| Thread | Last Post | Replies |
|
| Get focus then send key | 05 Aug 2005 05:00 GMT | 1 |
Have a window emulating app allowing access to a huge main frame somewhere in Texas. After twenty minutes of no activity,
|
| Cloning form and class module instances in VB6 | 05 Aug 2005 03:36 GMT | 1 |
Is there a simple way to create clones (duplicates) of form and class module instances in VB6? I could write a Clone() method for each form/class that simply bulk copies all of its member data to a new instance. However, I am hoping that there is a more elegant solution,
|
| Interview Questions | 05 Aug 2005 02:34 GMT | 2 |
I am talking to a few people about working with me on a VB6 project what are some good questions to ask (have you been asked) to sound out knowledge of VB6 with out being insulted ;-)
|
| How to disable the double click event (DlbClick) of a ListView | 04 Aug 2005 23:57 GMT | 3 |
I have a ListView with View = lvwReport and FullRowSelect = True. My ListView has only a couple of items so below there are several empty rows. If I click on a not empty row the row gets selected. Even if I do a double click the row still remains selected. However if I double ...
|
| VB6 - What is maximum size of a Collection object? | 04 Aug 2005 14:35 GMT | 3 |
Anyone know the (a) maximum number of data objects (for instance, String objects) that can be stored in a VB6 Collection object? (b) maxiumum number of bytes that can be stored in a Collection?
|
| no threads so spawn lots of instances | 04 Aug 2005 01:47 GMT | 4 |
I'd like to launch hundreds of instances of the same program, setting a switch on the shell command line to point each instance to monitor a different web page. I can do this already as I don't know of a way in VB to have hundreds of threads running in one program to achieve this ...
|
| Help with CreateFile() Win32 API & VB6 | 03 Aug 2005 18:53 GMT | 4 |
Hi I just can't seem to get CreateFile() working properly under WinXp. It all compiles OK with no erors but whenever I run it the result is always -1. This happens when I definately know the file is present.
|
| shelling a link | 03 Aug 2005 18:03 GMT | 2 |
I have a menu program that starts other programs... Shell ProgramPath, vbNormalFocus No problem... BUT, what if I want to open a link on the desktop? I need to be able to open the Regional and Language Options from the
|
| Keep system awake | 03 Aug 2005 16:53 GMT | 2 |
We have a system where a VB app is controlling an instrument. Often the user can start a task that takes long enough that the PC can go into hibernation while the instrument is busy. When that happens the results from the instrument activity does not get recorded properly and the ...
|
| event before autoredraw | 03 Aug 2005 12:30 GMT | 7 |
I need to control the automatical bitblt which occurs if I set the Autoredraw property of my picbox to TRUE. More exactly I must do some work just before Autoredraw. Any ideas how to accomplish this? Thanks,
|
| Using a variable to access/create complex variable names | 03 Aug 2005 12:25 GMT | 2 |
Thanks in advance for the help. This is in visual basic .net 2003 I have a form with a series of text boxes named textbox1, textbox2, textbox3, ...
|
| Sending Files Using Winsock Control | 03 Aug 2005 11:07 GMT | 2 |
i am in the middle of writting a messenger program which uses display pictures similer to those of MSN. At the momment the server open the requested file using Open filename as #1 for input
|
| physical drive on XP (VB6) | 03 Aug 2005 09:18 GMT | 9 |
Thanks to Mike Williams my routine is almost working. I need help with the last piece in the puzzle. I need to access a physical drive (actually a CF card) to perform raw byte reads.
|
| barcode reading in vb | 03 Aug 2005 01:53 GMT | 2 |
good day!!! how can i integrate barcode reading in my sample vb database application program. i use keyboard presently but i also want to enhance the program's capability.any help would be grealy appreciated.
|
| inet control help pls | 02 Aug 2005 22:48 GMT | 1 |
I'm having a problem with my app hanging on close. I have a timer set to every 30 sec's, fetch a web page which I then parse for some info to display. When I click the close button my app hangs, sometimes for just a minute or so, sometimes for ages or
|