| Thread | Last Post | Replies |
|
| Add a control inside the frame on a tab | 31 Jul 2003 21:07 GMT | 3 |
I need to modify a form of an existing application. I wanted to add a check box inside a frame on a tab. It looks like it was added on the tab. When I move the frame, the new check box did not move along with other controls
|
| VB - LOTUS NOTES | 31 Jul 2003 16:25 GMT | 2 |
How can i read and write data in Lotus Notes Database from a vb application ?
|
| Can you reference a reference? | 30 Jul 2003 17:19 GMT | 1 |
I'm trying to get my Data Access classes to provide a Bind method to allow a member variable to be bound to a control, such as a textbox: Customer.Bind( TextBox1, Customer.m_strUserName ) Inside the Bind method, I'm adding my own eventhandler to the control, and
|
| Replicate Access mdb in VB6 | 30 Jul 2003 15:20 GMT | 2 |
Does anyone know a way to replicate Access 2k in VB6. Sample code will be greatly appreciated. Thanks. Baba.
|
| Openning Running a deleted file | 30 Jul 2003 14:27 GMT | 1 |
Openning Running a deleted file How to run/execute a deleted application in the Windows Recycle Bin without undeleted it? How to open a deleted html in the Windows Recycle Bin without undeleted it?
|
| About NTSVC.OCX | 29 Jul 2003 10:43 GMT | 1 |
I already add this "NTSVC.OCX" component under my VB. i drag it to my VB form. and appear to be NTservice1, but i dun know how to use it. Could anyone guide me how to use this. or any online help can refer to me.
|
| How do you make a VB app appear in the system tray | 28 Jul 2003 22:38 GMT | 1 |
I'd like to make my VB6 app appear in the system tray instead of the normal taskbar. Is this possible, and how do you do it? Thanks.
|
| About New Visual Basic.NET 2003 | 28 Jul 2003 14:00 GMT | 1 |
could someone recommend a good visual basic.net 2003 reference book for me ? i tried to look form the internet, but seem only 2002 are available. thank you.
|
| sub-funcion differences? | 27 Jul 2003 11:50 GMT | 8 |
can someone explain to me which is the differences between sub and funcion?
|
| Clearing Command Line Parameters | 27 Jul 2003 04:46 GMT | 2 |
Is there a way to clear command line arguements from the Command() once the values have been retrieved? Mike Geiger
|
| MDI & Menubar | 25 Jul 2003 16:52 GMT | 5 |
Hi, just a quicky question. I'm creating an MDI aplication. The base stuff was created by the application wizard. Here's my problem:
|
| Timer Issue. | 25 Jul 2003 16:27 GMT | 3 |
I have a VB 6 project where I need the PC to wait one second before executing the next comand. I have written the following code to do this: Dim lngY as long
|
| slider in vb 6 | 24 Jul 2003 23:13 GMT | 1 |
I created a vertical slider in visual basic 6.0. is there a way to turn him upside-down? regards weraj
|
| UDT Vs Object | 24 Jul 2003 22:44 GMT | 3 |
Can anyone give me a quick briefing on (or point me to a technical article that discusses) the relative differences between using a UDT Vs an Object - from a performance/resource usage point of view.
|
| The variable change from Ucase to Lcase automatically | 24 Jul 2003 17:04 GMT | 1 |
I have a quick question to see who can help me. I have a VB project (compile to a dll) which consists of more than 20 classes. I have a variable named "Schema" whicI used it everywhere in different classes and
|