[RESOLVED] Controls aquire wrong names
Hi, Just added a couple of labels inside a frame. VB6 asked if I wanted a 'control array' and as I had no idea if I did or not, I said yes to the first, and no to the second (in case one way was best)....
View ArticleDo loop problem - doesn't exit when I think it should
I have this Do While.....Loop that is supposed to exit when I click on button. While the boolean variable is True the app is constantly recording sound and sending it out to another app using Winsock....
View ArticleHow to use combo box to enter different input data
Dear All, I'm an elementary VB user and i have to use it for my M.S. final project. As shown in the pic, It has been shown that some combo boxes are given to program user to select which input they...
View ArticleQuestion about Class Module vs BAS Module
In a Class Module I have the following Sub: Code: Public Sub SaveStreamBuffer(StreamIdx As Integer, recBuffer() As Byte)  ' Saves A Record Buffer To A Record Buffer Array  ' If Buffer Is Free  If...
View ArticleHi need help with spell check?
Hi I added a spell check to my word program and I go to my spell check form when running the program I get an error and it want go away the error im I doing something wrong on my code heres the code....
View Articleoptionbutton.caption
Is there any way to left align the caption text? It seems to be centered. Thanks, ABB
View Articlelistview row color
Can the backcolor vary for any row ? If yes, how is this done so all coloumns are included? Thanks, ABB
View ArticleWinsdow Media Player condition..PLEASE HELP ME!!
hello guys.... i got some problem..... i don`t` know how to make some condition on Windos Media Player.... the condition is : I want to stop the TIMER when the VIDEO start playing..... I`ve tries this...
View ArticleRuntime Error "481" - Invalid Picture
Hi, I got this code from a site, but showing the subjected error when try to run, please help to resolve it Actually I am trying to set the picture size exactly the size of Flexgrid column. Is there...
View ArticleSearching for specific set of characters in a label caption?
Hi everyone! I am working on a review game for students, and the beauty of this one is the students come up with the review questions, so they really want to add a lot of questions. Anyway I have two...
View ArticleINSERT Statement + INNER JOIN
Could you give me an example about INSERT Statement + INNER JOIN? I am appreciate for your help !!!!
View Article[RESOLVED] Best way to find end of a number in string
Hi, I'm wondering if Filter or regular expression or substring is possible, or if looping through char by char is the way. What is sought is the position in the string of the first non-numeric...
View Articlehow to make google dork please help
hi ladies and gents just wanted to know how to make google search engine dork using the trick (inurl:) and then search for the text and grab all links for those who don't know what this is il explain...
View ArticleHigh Score for a game sort Time and name
I can display the lowest time to highest time. But when i display the name, it's not the correct name that got that time. For example AJ should've got the 78. So how to change the order of the names?...
View Articleresults from cmd.exe to a textbox?
Hello, How to put the results from command prompt to a textbox? For example-- if the command i've put was "tracert vbforums.com", how could i put the results to a textbox? especially the IP Addresses...
View Articlevb control's RighttoLeft property is not working in windows 7
I have system in vb 6 running fine in XP. Same system when i install in my cleint pc which has window 7 professional with 64xm with SP1, There label property of vb6, is not working. We have arabic...
View Article[RESOLVED] Increment texbox value (0001, 0002...)
How can I increment a textbox that has a value from 0001 to 0002,0003... text1.text = val(text1.text) + 1 doesnt work as it returns the value of 0001 to '2' only it removes the zeros.
View ArticlePopulating VBA userform and Fetch previously entered data edit and make new...
i searched in forum with text Populating VBA userform and editing/updating data but there was no reply on that thread.. can u do for me ? (1) Populating VBA userform and Fetch previously entered data...
View ArticleLooking for similar code in vb6
Hello. I have cmd file with the following code: Code: net share d$=d:\ /grant:Administrators,FULL The code grants all administrator users in the network domain to access disk D:\ (and also gives a...
View ArticleSkitchen8's mp3 player code
Hi, I'm converting my mini media player so it does not require the use of Windows Media Player! Anyway the code I am using to do this is Skitchen8's code here. However, due to a lack of error handling...
View Article