| Thread | Last Post | Replies |
|
| find date field by wildcard | 19 Apr 2005 07:38 GMT | 1 |
I have to write the details in the attachment because i hv error try to post it +----------------------------------------------------------------+ | Attachment filename: details.txt |
|
| activex dll to sort 2-D arrays | 19 Apr 2005 07:29 GMT | 4 |
Would there be any (speed) advantage in making an ActiveX dll with VB6 to sort large 2-D arrays? I would have to use this dll from Excel VBA, so the comparison would be with sorting the array
|
| waveOutWrite: how to submit buffer prepared by waveInPrepareHeader | 19 Apr 2005 03:50 GMT | 13 |
I am recording voice by preparing and submitting buffers to sound driver. waveInOpen waveInPrepareHeader
|
| ListView | 19 Apr 2005 01:21 GMT | 2 |
How to deselect all items from the listView. Thanx
|
| texBox group and LBOUND/UBOUND | 19 Apr 2005 00:59 GMT | 3 |
Hi Again, friends, I've made a control array with several textboxes and labels, so they have names like TextBox(1) I would like to make this snippet
|
| Are the latest Windows updates screwing VB? | 18 Apr 2005 23:01 GMT | 4 |
I updated my machine today (Windows 2003 Server) with the latest Windows updates, and ever since, VB has been crashing. It is always at the same point, when I am running the application I'm developing in the IDE and try to open a child form. The form appears, but is not properly ...
|
| ADO Query to Access giving improper results | 18 Apr 2005 21:11 GMT | 6 |
Hey, group. Thanks for all the help that you have given me through your archived prior postings. I have gone looking for help at Google many times. However, I have a problem that I could not find an answer for in the archives.
|
| charting data | 18 Apr 2005 20:42 GMT | 8 |
I am trying to make some kind of a data logger with say 16 channels.So far I have managed to get the data from the serial port and plot it on a chart.I just store the data of each channel in its array(10 samples for each channel) and display it on an X-y chart.But now,I would like
|
| Newb requires QuickTime help | 18 Apr 2005 18:10 GMT | 1 |
I have a QuickTime.mov file I would like to play when the user opens a form , (VB6 ). I have added the "QuickTimeSimple ActiveX Control module" component to the project and its called - QuickTimeSimple1.
|
| Help System | 18 Apr 2005 17:59 GMT | 3 |
I never created any Help System for my projects. Now I need to start with this area. What tool would you recommend? What do I have to pay my attention on? So I need just an advice for a starter.
|
| DBGrid32 help | 18 Apr 2005 17:15 GMT | 1 |
I'm using the DBGrid32.ocx control but my help file is missing. Its not in my VB6 or Visual Studio Tools 2003. I haven't been able to find this 318K file DBGRID96.HLP anywhere. I have found only dead old links.
|
| Calling a sub | 18 Apr 2005 16:01 GMT | 12 |
Hi again, Can someone tell me what I'm doing wrong with this call, please? I keep getting an "undeclared variable error ...
|
| Using the "App.Path" property | 18 Apr 2005 15:44 GMT | 6 |
Hello all. I have a VB project which will locate any of the 254 counties in the state of Texas. Where I code the path to an image, for example, I can code it: Set Images(2) = LoadPicture(App.Path & "\" & "Images\horny toad.jpg")
|
| Simple Alignement question | 18 Apr 2005 15:35 GMT | 8 |
Hello friends, Thank God! for this resource. I would have leapt from my balcony weeks ago without it. I have a simple "duh" kind of question, but it does give me grief.
|
| The scope of user-defined Collections | 18 Apr 2005 13:03 GMT | 6 |
Re VB6.0 I have a collection (colLevels) declared in the declarations section of a code module in Access 97; Global colLevels As Collection
|