Split large text file in two, according to delimiter
Hi, i've got a big (300MB +) text file which needs to be split into two parts. The split point should be the first occurrence of a specific word, like this : Code: 000000000000000000000000000000...
View ArticleNext and Prvious button code
working on an image viewer in VB6. Managed to code everything but the next and previous buttons. I know how to populate an image list at desgn. Want to add images from directory at run time. Can anyone...
View ArticlePlaying an mp3 in zipped form...
Hi there all, my first day here, and must say pretty snazzy ... :) I developed a karaoke program a few years back. I have since been battling with 2 major challenges that I cannot seem to beat. Take...
View ArticleMultiline Text Box
I have a form with a multiline text box, in this text box I have some multiline data. I want to be able to export this multiline data to a list box. But when I try to add the text to the list box using...
View Article[RESOLVED] How to disable cache in xmlhttprequest?
Hi, Code: Private Function obj() As String   Dim html As IXMLHTTPRequest   Set html = CreateObject("Microsoft.XMLHTTP")   With html     .open "GET", <url>, False...
View Articleaccessing to simple structure from vb6
Hello Everybody, i am new in programming at all. i am trying all the day to figure out how to get with simple structure and access and change the values in it with vb6. I have found at least this : //...
View Articlelistview help
how do i go around doing this with listview If List2.ListIndex = List2.ListCount - 1 Then List2.ListIndex = 0 Else List2.ListIndex = List2.ListIndex + 1 End If please help need this done with listview...
View Articlelistview reached last item help
i need code so if it reaches last item in listview then go to top of list again
View ArticleSave Button Show error
Hi again. Sorry for troubling the forum. As I said in my previous thread, the login are solve. In this next problem, I tried to save the staff data into the database & the errors comes out here...
View Article[RESOLVED] VB6 - Ordering number occurrences. How?
I've a ListView control that contains 2 columns and 37 rows. In the first column there are numbers from 0 to 36. In the second column there is the occurrence of each number. You can see the numbers...
View ArticleUsing ocx library without registration
Hi, I want to ask I have 2 computers. One computer has installed all possible OCX and DLL files. (Use regsvr32 / s, etc.) The second computer Sun There's a clean install of Windows XP. I have a program...
View ArticleVb 6 Professional edition download
Can anyone suggest me a site to download VB6 full version ... ?
View ArticleHow to prevent item selected on left mouse down
When you do a left mouse down on a list box the item is selected. How can I prevent that form happening?
View Article[VB6] - about Doevents
can anyone explain to me why we need use the doevents? and if we can avoid it for speed?
View ArticleAnother new problem I can't solve
It's not that I didnt try to fix it. I check many post & forums including this forum to check for a guide. But I still cant understand it. I got this error Attachment 93451 Attachment 93453...
View ArticleRounding and Truncation in VB 6.0
Hi friends , Can anyone help me removing the left part in a number with decimal digit and rounding up of a number with decimal. E.g consider the numbers 15.83783937 and 34.82308243 and 21.5 Now in this...
View ArticleMake all images on a form lose their color?
Hi there, I am working on a program that is very bright and colorful, but some students that are coloring blind cannot use it, and would prefer to see it in black and white. Now I can convert all of...
View Articlecheckbox column in datagrid
i am filling my datagrid with a record set, and i want to add a checkbox column in my datagrid just for identifying selected row, how can i do tht using vb6?
View ArticleHow can i do this using vb 6.0?
Hi please help me on how i can do this: I have the following data on my Access Database: CLIENT1 = 1000 CLIENT1 = 2000 CLIENT1 = 500 CLIENT2 = 500 CLIENT2 = 100 CLIENT3 = 50 CLIENT3 = 50 I need to...
View ArticleHow can i do this using vb 6.0?
Hi please help me on how i can do this: I have the following data on my Access Database: CLIENT1 = 1000 CLIENT1 = 2000 CLIENT1 = 500 CLIENT2 = 500 CLIENT2 = 100 CLIENT3 = 50 CLIENT3 = 50 I need to...
View Article