Convert String into Currency
Hello im wrestling with some values and i don't get it fixed. What i want is the following: Code: Dim Curarray(20) As Currency Curarray(0) = 833235433555332.6332@ changed into: Code: Dim Curarray(20)...
View Article[RESOLVED] Placing an Image in a Word Document - First Page
I have the following code at the beginning of where I create a Word Document in my VB6 program: (I have the Word Library as a reference.) Code: Dim WordApp As Word.Application Dim WordDoc As...
View Article[RESOLVED] Object Varialbe or With Block Not Set
Is there a solution to this when executing a program from VB (Excel for example) then closing Excel directly INSTEAD of closing the VB App which will close Excel. For example: 1) Excel started using...
View Article[RESOLVED] list1 get count urgent
in project i have list1 list1 items as below demo1(30) demo2(12) demo3(35) how do i get the value out of (35) selected item into label1 i need to make an if statement out of it using command1 button...
View ArticleFinding End of Word Doc Pages
I am starting off my VB6 code with the following in order to create a Word Document: Code: Dim WordApp As Word.Application Dim WordDoc As Word.Document Set WordApp = New Word.Application Set WordDoc =...
View Article[RESOLVED] picture1 & picture2 help
i have 2 picture boxes picture2 has autoredraw enabled and the image is set its a large image now i wish to resize that picture3 image to fit on picture3 by 1 button click so far i have this i dont...
View Articleslideshow image urgent
i want to make a image slideshow like this when image is added the current image should move to the left and preview the new added + need the slider to go back and forward or click image to view please...
View ArticleGraphics with print function
I'm attempting to print data using the Printer.Print function. For reference, here's the coding: Code: Private Sub cmdPrint_Click() Printer.FontName = "Courier New" Printer.FontSize = 11...
View Article[RESOLVED] how to add an existing old form to a new project?
Hi all, i have a problem in adding an existing form to a new project. I tried the following method: right click on the project from the Project Explorer window, then select Add--> Form. from there i...
View Article[RESOLVED] need idea how to save picture1
need idea how to save it since in picture1 change even i input my save code it saves so many & makes dupe images. i need command code to click save button once thats it
View Article[RESOLVED] populate list1with appath folder imagesss
i want to load up all images from appath into list1 , is there an easy way to load them up into list1 and use slider1 to select next item or previouse item on list1:(
View Articleslider1 with list1 items
in project has slider1 and list1 need to select list1 items back and forward using slider
View ArticleHow to change file date
I know that I can rename a file, but is it also possible to change the file date? My camera was set to the wrong date and thus all my image files dont show the correct date when the picture was taken.
View ArticleOpinions needed for client/server chat application
Any user has the option to create a Private or a Public Room. He simply clicks on the Create Room option, enters the room name and selects whether it's a Private room or a Public room then clicks on...
View Articledisplay anim gif on webbrowser
i need help finding a fast way to load up lots of animation gif on form load , and then have them all loaded up into frame1 as image1(0) , image1(1) all the emotes when i click on it should show that...
View Articlegeneral question about banning etc
topic is about winsock chat serve and client. i had something in mind and wish to get feed backs about what i have in mind weeks ago we had same discussion about banning abuser's from server using...
View ArticleMove pictures in patterns and randomly for Kiosk project...
i have a kiosk project that has hundreds of books and dvd images i want to make a demo screen that takes several random pictures and do some special effects with them, like moving around in patterns...
View ArticleProblem in CsocketPlus remote connection with local ip
i have two local ip because of using proxy connection. by using winsock control, it shows static local ip when it's not connected and when it's connected,it shows dynamic local ip,so it can connect...
View ArticleIncrement value +1 every month
Hi guys, Im using access as my database i have table date with field available initial value is 1. What im trying to figure out is how will i can automatically increment the value of available every...
View Articleadd strike on list1 selected text
this is the html code <strike>aaaaaaaaaaaaa</strike> Code: <strike>aaaaaaaaaaaaa</strike> i want to know if this is possible thanks 2: since i have webbrowser as chat window is...
View Article