Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21835 articles
Browse latest View live
↧

Load a listbox from a textfile?

Hi there! I am working on a school program that will randomly pick a student to ask a question. I have a listbox called StudentList, and I am borrowing code from an older project that loaded a textfile...

View Article


Image may be NSFW.
Clik here to view.

Diffrent results in counting by changing languge format in pc

Hello my friends this is the thing just happens to me when i try to change format language to Turkish i just get different results and i just don't know why this happen here is screen shot and my code...

View Article


DataGrid Invalid Row Number

I have the following code which fills a DataGrid and formats the columns so that if they contain 0, they display a space. The code fails in the highlighted line but it only fails when the row it wants...

View Article

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 Article

Visual 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 Article


Do 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Question 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 Article


Hi 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 Article


optionbutton.caption

Is there any way to left align the caption text? It seems to be centered. Thanks, ABB

View Article

listview row color

Can the backcolor vary for any row ? If yes, how is this done so all coloumns are included? Thanks, ABB

View Article

Winsdow 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 Article

Runtime 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 Article


Searching 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 Article

Help 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 Article


Is 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 Article

question about msflexgrid and checkbox

Currently what I know about checkbox on msflexgrid is by the use of windings. How do I save the checked checkbox information to the database and also how to retrieve such data back to checkbox?

View Article

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 Article
Browsing all 21835 articles
Browse latest View live