| Thread | Last Post | Replies |
|
| VB6 descriptive string on EXE | 23 Jul 2004 16:06 GMT | 1 |
I have a project which only consists of one BAS module and the VBP file. The EXE produced by VB6, when displayed in Tiles View in Windows Explorer, has a "producer" string below the name of the exe. This string
|
| How to connect to SQL Server (OLE DB) if using Windows NT authentication ? | 23 Jul 2004 15:07 GMT | 2 |
How do you connect to SQL Server using OLE DB Provider if SQL Server verify the authenticity of the login ID with Windows NT authentication using the network login ID, instead of with SQL Server authentication using a login ID and password entered by user ?
|
| Sending data to a DOS prompt - old fashioned I know - but needs to be done! | 23 Jul 2004 14:11 GMT | 4 |
Hiya to all of you Got a bit of a problem for everyone to think about (probably laugh openly) and hopefully some will reply with solutions. OK...
|
| Need to detect a key pressed from a keyboard no matter what else i | 23 Jul 2004 13:56 GMT | 2 |
Does anyone know how to detect a key being pressed on a keyboard no matter what else is happening in a program?
 Signature Ernie D.
|
| variable connected to object | 23 Jul 2004 13:48 GMT | 2 |
How can i check if a variable is connected to a object? thanks
|
| How can i check if a variable is connedted to a object? | 23 Jul 2004 13:45 GMT | 2 |
How can i check if a variable is connected to a object in vb6? thanks
|
| Problem with Mousemove event and moving button | 23 Jul 2004 13:05 GMT | 9 |
I'm writing a program where the user can place new (Command) buttons on the form by clicking on the form, and where they can then move the button by clicking on it, then dragging it.
|
| Getting and setting system time using VB | 23 Jul 2004 13:00 GMT | 3 |
Hello and thanks for taking your time to read this post. I have a dilemma. I have a program that grabs the date from the system and produces some reports. This program was previously written by someone else. I was asked to change the date format because the source date of several ...
|
| Newbie Date Question | 23 Jul 2004 12:48 GMT | 10 |
Can anyone tell me if there is a two digit date cut off in VB. Here is the code I am using but certain dates are becoming 19** instead of 20** Is thsi date cut off configurable anywhere ? Thanks
|
| How to retrieve getting Oracle Schema... | 23 Jul 2004 12:10 GMT | 1 |
How to retrieve Oracle database or server schema like the schema retrieval of SQL Server thr' SQL DMO.Is there any component for Oracle schema retrieval?
|
| Substituting variables within a string expressions | 23 Jul 2004 11:51 GMT | 5 |
I would like my program to substitute value of a variable withtin a string expression. Ex: Dim i as Integer i=10
|
| Object version | 23 Jul 2004 10:59 GMT | 1 |
HI, I've almost terminated developing a DLL using VB6, but when I try to import its type library in C++Builder the version of the component is 4.0. How can I set this version to 1.0 again??? I tried to unregister the component from the registry and to compile again
|
| Speed | 23 Jul 2004 10:19 GMT | 2 |
Im new to VB.net in fact before then i hadnt touched VB since 5... in either case, im using VB to write Scripts to interact with Macromedia flash. Pretty much all it does is create these scripts out of a database and then Starts them as a process. Part of System.Diagnostics... My ...
|
| How can I find No.Of fields of a recordset | 23 Jul 2004 04:12 GMT | 2 |
Hai Friends ! Can you just help, how can I count no. of fields in a vb recordset and store it in a variable. Kindly reply
|
| ListView: what is a corelation between sum of columns widths and listview width? | 23 Jul 2004 02:31 GMT | 1 |
I have problem resizing Listview while keeping the same ratio for all the colums width. 1. I have noticed that adding all columns width does not come close to ListView width:
|