| Thread | Last Post | Replies |
|
| Logitech QuickCam | 20 Jan 2004 16:52 GMT | 2 |
Has anybody out there successfully connected from VB6 to a Logitech quick cam using the Logitech SDK? I'm trying to do it for a project and even the demo programs don't find the camera (which works perfectly well in the QuickCam software)
|
| SetCursorPos does not set Y position correctly | 20 Jan 2004 16:01 GMT | 1 |
I used SetCursorPos but it does not set Y position correctly, although the X position is set correctly. I can see the mouse being positioned in the upper left corner of the screen and the X position is changing with the range requested while the Y posision is in the top of the
|
| SetCursorPos does not set Y position correctly | 20 Jan 2004 14:33 GMT | 1 |
I used SetCursorPos but it does not set Y position correctly, although the X position is set correctly. I can see the mouse being positioned in the upper left corner of the screen and the X position is changing with the range requested while the Y posision is in the top of the
|
| Cancel in an INPUTBOX | 20 Jan 2004 13:27 GMT | 11 |
I'm using an InputBox to get the number of questions for an exam. (code is below). I limit the number of questions to 1/2 the total questions in the database and if the user selects 0 questions, the program ends. If he
|
| My program is working in background (Part 2) | 20 Jan 2004 11:20 GMT | 6 |
How can I PRINT a file from within VB, making sure my VB program doesn't continue until print finishes? I use the technique "Determining the End of a Shelled Application Using GetExitCodeProcess" to make sure my VBA (MS-Access) doesn't continue in
|
| Binary file access | 20 Jan 2004 10:25 GMT | 2 |
This may be a very simple question to answer so I apologise to everybody in advance. I am using VB5, and have writen a program to replace a previously writen one that I don't have the source code for.
|
| Winsock - Sending Large Files | 20 Jan 2004 10:01 GMT | 3 |
Hello. I'm trying to develop a program that can send large videos such as .mpegs and the like over a remote winsock connection. So far, the only solution I've come across was opening the file as a binary in one kilobyte sections at a time, sending it over the connection, and then ...
|
| Need help in VB6 and MySQL statement | 20 Jan 2004 08:04 GMT | 2 |
Hi pple.. I have 3 fields in my MySQL Table: Record No 1 Add1: 100
|
| Pausing Code | 20 Jan 2004 06:03 GMT | 6 |
Does anyone know if it is possible to force the code to pause during every iteration of a FOR ... NEXT loop, and wait for the user to click a command button for the next iteration. I need to let the user step through the looping at his/her own pace.
|
| Using DLLs from VBA--- expression.Run | 20 Jan 2004 02:41 GMT | 5 |
VBA Help gives a syntax: expression.Run(Macro, Arg1, Arg2, ...) where: Macro Required Variant for Syntax 1 (not used with Syntax 2). The macro to
|
| Methods of getting a file's size without using FSO... | 20 Jan 2004 01:25 GMT | 3 |
Ideas? Suggestions? as always, TIA! Calan "Reality exists only in the minds of the extremely deranged"
|
| Saving Pictures to a File | 20 Jan 2004 01:11 GMT | 1 |
I'm working on a program that uses a file opened for Random access to store several structures of a user-defined Type. Some of these structures need to have a picture associated with them. Is it possible to write the picture in a control's Picture property to a file along with the ...
|
| Richtextbox upper limit | 19 Jan 2004 22:14 GMT | 3 |
I've seen no reference to this in the MSDN library, so I ask here... what is the known upper limit for the RichTextbox control? And when this limit is exceeded, what error is generated?
|
| Determining OS | 19 Jan 2004 22:12 GMT | 1 |
How can I tell if I am running ox XP?
|
| Internet Programming help wanted !!!!!! | 19 Jan 2004 22:10 GMT | 2 |
I need some ideas on how to write a program that could -- Read an MS Access database and grab information say Vehicle year, vehicle make -- Make a call to a website and enter the information grabbed earlier
|