| Thread | Last Post | Replies |
|
| convert a julian date format to YYYYMMDD format in VB | 15 Apr 2005 04:24 GMT | 11 |
I would like to know if it's possible to convert a julian date format to YYYYMMDD format in VB? The date is 1959344 Cheers!
|
| how can i disconnect a hard drive? | 15 Apr 2005 01:52 GMT | 2 |
How can i disconnect and reconnect a hard drive using visual basic or vb.net? I want to use this drive for backups and disable it while im not backing up. The idea is that this will redeuce chances of a virus, system coruption, ware and tear, etc. my other option is to get an ...
|
| Looping | 15 Apr 2005 00:58 GMT | 2 |
How do you exit the loop and go to the next statement? do while true if false ???? - to skip the loop and go to XXXXX
|
| Installing activex control through browser on non-development machine | 14 Apr 2005 22:53 GMT | 3 |
I've gone through and listed all components and references in my project, made sure they were all included in my cab, but for some reason my controls interface does not appear after installing on a non-development machine. It prompts me if I want to run it, downloads and then ...
|
| Register a control OCX | 14 Apr 2005 22:21 GMT | 5 |
I have an activeX control I would like to use in a VB project. It is a stand alone file, and I wonder if I need to "register" the control before using properly. I'm told it is a good working control, but it doesn't work like
|
| Help with variant variable | 14 Apr 2005 21:49 GMT | 8 |
I have a variable of type variant which gets an array of strings. I need to test whether the array was assigned to the variable. I have tried a few things but none seems to work properly. Can someone suggest or tell me what would
|
| wininet.dll mystery | 14 Apr 2005 21:32 GMT | 1 |
here at work, we go through a proxy. most apps automatically read the settings from the appropriate regkey (HKEY_CURRENT_USER....), and get through the proxy just fine. when a new user logs on to a computer for the first time and opens an app that needs to make an internet ...
|
| Can you run UserDocument1.vbd | 14 Apr 2005 20:00 GMT | 3 |
Can you run UserDocument1.vbd from within another vb code. I have a driver program XXX.exe and I want to invoke UserDocument1.vbd from XXX.exe. If it is possible, what command do I use?
|
| Ugly Command Buttons??? | 14 Apr 2005 19:42 GMT | 8 |
Can someone point me to a source for customizable command buttons? I'm getting pretty bored with the standard supplied with VB-6... Its rectangular,period! and there doesn't seem to be much there to allow for customizing.
|
| vb6 mergefields to word from dao fields | 14 Apr 2005 19:20 GMT | 1 |
Hi, Searching on a way to print from vb6 using dao database towards word preformatted documents with fields ie. <<address>>, <<name>>, etc.. Searched a lot but didn't find anything usefull.
|
| PictureBox | 14 Apr 2005 18:58 GMT | 3 |
I'm working with VB6. I need to get the value of the HPal property. I'm using : dim lHPal as long
|
| Public routines in a DLL | 14 Apr 2005 17:56 GMT | 20 |
Is it possible to create a classless DLL with VB, with just a module of public routines and type declarations? -- Jim Carlock
|
| Change Default Printer Problem | 14 Apr 2005 17:52 GMT | 7 |
I use following code to change default printer. I find ok to change it. (I observe the "default" whether is set in OS manually) However, I share one printer with 2 different name with different printing properties. Then I print 2 separate documents to these 2 printers ...
|
| Plot Marker for an MSChart | 14 Apr 2005 17:17 GMT | 2 |
Hey all, I was playing around with some of the numerous display properties of an MSChart control. I came across this example from the MSDN: trying to
|
| VB 5 and Windows XP | 14 Apr 2005 17:08 GMT | 1 |
The organization I work for is currently using a VB 5 application on a Windows 2000 Pro machine. My employers are planning on moving to WINXP. The application is a data driven app that connects to SQL
|