| Thread | Last Post | Replies |
|
| Delcaring Public Variables. | 02 Aug 2006 15:13 GMT | 8 |
Hai Friends, After a Long time I started to program in Visual Basic 6.0. While I try to delcare a public array variable in Form Level I'm unable to do so. It was reporting an error notifing that "USING CONSTANT,
|
| Problem in Intializing Array. | 02 Aug 2006 15:08 GMT | 1 |
Dear Friends, How can I Intialize an Non-Fixed size Array without using any function. My Question is:- I'm able to Intialize an Non-Fixed size array by using the Split
|
| Windows Media Player Library | 02 Aug 2006 12:41 GMT | 1 |
Is there anyway to search through WMP 10 library, and then play the results as a playlist? Thanks Michael
|
| Record .wav sound without MCI api or MMControl | 02 Aug 2006 12:21 GMT | 3 |
I am trying to record a .wav sound without MCI api or MMControl. Please, any idea ou suggestion ? I'm using VB 6.0. Thanks.
|
| Creating new controls?! | 02 Aug 2006 08:52 GMT | 3 |
can any one help me out here? I would like to create a new textbox (or picbox,or whatever else) by clicking on a command button... but, i dont know how! :-)
|
| A question from an exam | 02 Aug 2006 04:25 GMT | 11 |
Howdy everybody, Recently, in my Visual Basic class, I took an exam with the following question: In txtName.txt:
|
| File List Box | 02 Aug 2006 03:50 GMT | 30 |
I placed a Drive, Dir1 and File1 control onto a form. When I change the drive, I have it change the drive for Dir1 which changes the path for File1. When I double click a folder/directory in Dir1, it changes the path in File1
|
| How do I store structured data locally? | 01 Aug 2006 23:09 GMT | 3 |
I hate to ask such a newbie question, but I've read a couple O'Reilly books on VB and none of them address the simple subject of how to store data locally. I realize there are text files. And I could design my own binary file
|
| Environment or Coding Delima? | 01 Aug 2006 17:13 GMT | 3 |
Not sure if this is the forum for such a question, but I'm desparate... I'll try to kept the story to a minimum with as much detail as possible. We are currently operating a job management system developed using VB 6 with out support from the vendor and or access to the source ...
|
| Question about nesting control definitions | 01 Aug 2006 17:09 GMT | 3 |
I am maintaining a VB6 project that had some very odd interaction between controls. On the main form were several textboxes that had corresponding picturebox controls. Whenever the Enabled property of the picturebox was changed, the Enabled property of the textbox
|
| Visual Basic 2005 AutoComplete Bug | 01 Aug 2006 12:17 GMT | 2 |
Once you’ve populated a ComboBox with items and your AutoComplete – SuggestAppend properties are enabled the following is a problem. When you select an item where a duplicate item exists and you move the focus away from the control the first of the two items are automatically ...
|
| Removing the Divider line in TrueDBGrid Splits | 01 Aug 2006 09:54 GMT | 1 |
In TrueDBGrid when using Splits, there occurs a dark & thick divider line in between two splits. Is there any way to remove the dark line or to make that divider line thin.
|
| How do I use use multiple arrays with one function? | 01 Aug 2006 02:07 GMT | 3 |
Hi all. I have a problem I have not been able to find a reference about. I am using VB6 and am only a hobbyist programmer. I have 7 arrays of type MyData. Type MyData has 23 elements. Which array that is operated on depends on 1 of 7 options Currently if I want to write
|