| Thread | Last Post | Replies |
|
| Detect active form? | 16 Nov 2004 20:52 GMT | 2 |
I am building a MDI project in VB6. It is important that all the forms be able to utilize the same standardized keyboard shortcuts for common tasks (Ctrl-S for Save, Ctrl-O for Open, etc). Every form will have totally different content and control functions, so
|
| how to check if FTP failed (Moved from VB.Syntax) | 16 Nov 2004 18:55 GMT | 6 |
I have a VB program that will use SHELL function to call a Windows FTP/ Dos Batch program and upload files. After successfully uploaded my files, I will move those files into History folder. How can I check if the uploading process failed (Internet is down and can't connect) Or is ...
|
| For security guru's | 16 Nov 2004 17:14 GMT | 8 |
Hi there security guru! I have a simple question that boggles my mind. I have written a VB6 application that creates a file on a fileserver. Obviously, the user has sufficient security rights to launch the application, which in turn has
|
| Masked edit for IP | 16 Nov 2004 15:47 GMT | 1 |
How do I (should I?) use masked edit control to input IP? I tried something but the width between the dots is too short (unlike the space kept in Windows network setup dialogs). TIA
|
| PDA's | 16 Nov 2004 15:04 GMT | 5 |
Hello all can vb applications be complied to run on PDA's? Do I have to do something extra in order for a vb app to work? If so does anyone have any good sites I can view? Thanks
|
| How to Write a Function return an Array | 16 Nov 2004 14:48 GMT | 2 |
Dear all As subject mention, How can I write this kind of function in VB 6 Mainly is to Pass a set of data and output an other set Function processInt ( Data() AS Integer ) as Integer()
|
| AddressOf | 16 Nov 2004 14:42 GMT | 5 |
The AddressOf function in VB does not allow private functions, ie must be in a bas file. Any way to go around this ? David
|
| Icon-as-drop-target Bug? | 16 Nov 2004 14:04 GMT | 3 |
I have an app with a browser control in it with its RegisterAsDropTarget set to True. When I drag a file to it in WinXP, it won't display. I tried putting the same path into a command line
|
| Dirlistbox | 16 Nov 2004 13:08 GMT | 2 |
Can dirlistbox display network directories? All I see are local directories. Thanks.
 Signature Regards,
|
| Find 2 max numbers | 16 Nov 2004 12:54 GMT | 4 |
Could you help me with such problem? I have list box with the numbers 1 9
|
| MSComm Control Settings | 16 Nov 2004 12:53 GMT | 1 |
I've been asked to modify an existing program to allow the user to configure the serial port as follows: baud: 115,200 start bits: 1
|
| How can I disable a network account ? | 16 Nov 2004 11:28 GMT | 1 |
I have just migrated from an NT4 to 2000 active directory domain and I am using the code below to disable network accounts which works fine except it only disabled accounts if I supply the dispaly name rather than the user's login name.
|
| Screen drawing graphics | 16 Nov 2004 11:13 GMT | 1 |
 Signature hello I was looking at an old computer graphics book (1986) and it was drawing the whole screen line by line to get graphics on the screen. Has VB made this
|
| right way to call a form? | 16 Nov 2004 11:13 GMT | 5 |
warning...dumb beginner question ahead! (I leave it to you to decide if its' the beginner or the question thats dumb)
:-) |
| Highlighted Text in comboBoxes | 16 Nov 2004 10:31 GMT | 6 |
I'm using VB 6.0, creating a UI with SSTABs, and ComboBoxes, and the usual misc controls. But when I open it, or when I Select one of the SSTab tabs, all the comboBoxes contained in the SSTab are "highlighted", as though I had gone
|