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 ArticleVisual Basic "On Error GoTo"
I have created a program in Visual Basic code, how do I add unstructured exception handling into the program using "On Error GoTo" to pick up errors such as the text boxes being left blank?
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 ArticleHelp with SQLite3
Hi, I'm familiar with the SQLite2. I have a code that can List, Edit, Delete, Add, etc. Recently I started to switch to SQLite3. I do have a code that can list, but I need help to delete selected line....
View Article[general question] Definition: self-contained
What exactly does it mean when a subroutine/function is 'self-contained'? What's 'self-contained'? Thanks :D
View Article[RESOLVED] browser control. JVM error not loaded?
Hello, Hoping somebody here can help. I have been trying to use mshtml in vba to scrape data from a webpage but with major stability issues. I then tried with vb6 but still stability issues. I...
View ArticleIs there an way how to get this info through VB6 application?
When I type command "wmic csproduct get vendor, version, name" in cmd, I'm getting certain information about my computer. Is there an way how to get this info through VB6 application?
View ArticleBest 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. Code: Private Sub Command1_Click() Dim...
View ArticleRead a Text file in to Multiable Text Boxs
Hi All Wonder if one you could help with a little project I am doing Basically I want to use a filelistbox and select a text file which then reads the lines in the text file and but them lines in to...
View ArticleMultiple viewing of Matching Data frp, a Textfile.
Hello everybody, Probably shouldn't have closed my old thread (listbox help) but i forgot to ask. I have the reading of 2 text files, 1 which includes names and details of a user, and 1 which includes...
View Article