| Thread | Last Post | Replies |
|
| How to detect if a key is being pressed while clicking the mouse | 05 Nov 2004 19:30 GMT | 3 |
Within a Click event, I need to know if the user was also pressing a given key combination. How can I do this? O:-) Thanks
|
| PlaySound NOT working (!) | 05 Nov 2004 16:31 GMT | 2 |
No matter what I try, I can't make playsound to work. I started fancy, but in desperation I started a new program which contains ONLY this code: Module: Public Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _
|
| Scanning Barcodes | 05 Nov 2004 15:16 GMT | 10 |
OK then, I have my Symbol brand handheld "Hotshot" model scanner, my PSC PowerWedge and my ICPCON model i-7188E1 Internet Communication Controller. Now what do I do?
|
| GwBasic to Visual Basic Conversion | 05 Nov 2004 13:07 GMT | 3 |
I'm looking for the existance of a conversion utility to convert from GwBasic to Visual Basic. Is there such a critter in existance? Greg :-)
|
| file with fixed length but length unknown | 05 Nov 2004 10:39 GMT | 13 |
Hi! I'm just developing Tools in VB6 to do my Job as easy as possible ;o) So that's about me and now the Question: I get a fixed legth file from Host, but the each File ist diffrent and
|
| Fastest algorythm for... (comparing two text files) | 05 Nov 2004 08:59 GMT | 2 |
Two text files containing simple lists of strings: ____________ File #1: Aaaa
|
| How to on execute SQL statement | 05 Nov 2004 07:55 GMT | 1 |
Using VB6 MS Access 2002. I'm wanting to execute an sql statement to replace 1 field with a definition. What I need to do.
|
| VB6 - 16 bit module | 04 Nov 2004 22:10 GMT | 2 |
I have a very simple program originally written in VB4 - 16 bit I ahve converted it to VB6 and want it to be in 32 bit. The program runs fine in VB6 or as an exe file BUT when I check the exe file with dependency walker I get a report that one of the modules (actually the only ...
|
| getnextwindow help | 04 Nov 2004 22:09 GMT | 2 |
i just posed asking about getnextwindow...i was able to find it but have another problem pwin = GetWinByClass(Text2.Text) bwin = FindWindowEx(pwin, ByVal 0&, Text5.Text, Text7.Text)
|
| How do you open a help file with HTMLHelp without it STAYING ON TOP? | 04 Nov 2004 22:06 GMT | 2 |
I am using the HTMLHelp function to open a .chm helpfile. (I put it together using HTML Workshop.) By default the opened helpfile stays on top. What I would like is for it to open as an ordinary window so that when I click
|
| Access2000 sorting alphabetically | 04 Nov 2004 22:02 GMT | 6 |
This is probably a simple question but it is beating the hell out of me. How can I sort a field alphabetically from VB ? Thanks in advance Andy
|
| String function help | 04 Nov 2004 20:15 GMT | 4 |
Is there a string function that returns the number of times string a occurs in string b? Thanks, Chris
|
| UBOUND function problem... | 04 Nov 2004 17:26 GMT | 4 |
I am getting a perplexing problem where I can not retrieve the upper bounds of an array of a UDT variable. When attempting to use the UBOUND function against the UDT var I get a 'Subscript Out Of Range'
|
| using format to get minutes, PLEASE HELP xxxx | 04 Nov 2004 16:48 GMT | 2 |
In the below code (designed to round a time down to the nearest 30 mins) can someone tell me why intMins is always equal to 12, no matter what the actual minutes are? input: 18:53:00
|
| My applicaton crashes at several points infrequently | 04 Nov 2004 16:43 GMT | 1 |
We maintain a product developed using vb 5.0 . This product crashes at few places, but not reproduceable always. We have functionalities like sending the data to H/W. receving the data from H/W. When we perform this functionality several times, our product crashes on performing some ...
|