| Thread | Last Post | Replies |
|
| connecting to OpenOffice database using Vb6 | 18 Jan 2006 15:16 GMT | 2 |
i'm using the following to connect to an MS access database; however this will not work when connecting to OPenOffice database file. Is it possilbe to connect using this driver method: Set cnnNWind = Application.CreateObject("ADODB.Connection")
|
| Connection to Linux with sockets | 18 Jan 2006 14:07 GMT | 2 |
Hello, I am trying to connect to a linux server and pass data back and forth. I have a c program(On OpenVMS) that does this, but would like to do this in VB in the Windows world. Does anyone know of samples of doing this. I've been
|
| Timer in a Service | 18 Jan 2006 12:22 GMT | 7 |
Quoting from the MS Help page on the timer member :- "Implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Windows Forms applications and must be used in a window"
|
| VB client server app - COM+/DCOM error | 18 Jan 2006 08:05 GMT | 2 |
We are currently migrating the OS of the client side (VB 6.0) of a client server app from Windows 2000 to XP SP2. The server is staying as Windows 2000. The client software for the application is installed by running an
|
| StdPicture | 18 Jan 2006 04:07 GMT | 1 |
I must be missing something really obvious here. I load a 16x16 icon into a StdPicture object. But for some reason the following code is returing a Width and Height as 28 and not 16. Anyone tell me why?
|
| help about kill | 18 Jan 2006 03:41 GMT | 19 |
When I try to kill a file after use acrobat , I have an err 70 .Permission deny ? Do you have an idea how to kill this file? Then Source is Private Sub Timer1_Timer()
|
| run time error | 18 Jan 2006 03:07 GMT | 3 |
Got Run-Time error: -2147024894(80070002) Method 'Run' of object 'IWshShell3' failed how wshould i go about it?
|
| "The Publisher could not be verified. etc." | 18 Jan 2006 02:35 GMT | 9 |
I've written and installed a VB6 application for one of my customers. After a while this customer requested some changes in the program and I made a new exe. In a stroke of genius I put the exe on the web, so the customer could
|
| Saving revisions of a VB program | 18 Jan 2006 00:06 GMT | 10 |
I'm developing a program in VB. I like to stop at opportune times and freeze development prior to adding a new feature. That way, I can use THAT version of the program - while I screw it up the next version. ;-)
|
| Absolute hyperlink | 17 Jan 2006 23:33 GMT | 2 |
Gents I'm using VBA in Excel to created hyperlinks to files. VBA creates absolute hyperlinks and this works fine. But when I save the file on the same server it changes the hyperlink from absolute to relative,
|
| Designer generated code and partial class | 17 Jan 2006 20:59 GMT | 1 |
I have to say that I hate how VS2005 uses partial classes to hide the form designer generated code. Rather, I prefer to have it in one place just out of habit. Does anyone know a way to prevent VS2005 from doing this? Right now I'm deleting the partial class and moving the ...
|
| Shell function return values | 17 Jan 2006 17:56 GMT | 6 |
If the Shell function cannot find the file specified - what is the return value? The docs only says "an error occurs".
|
| Help with MSComm and Test Scanner | 17 Jan 2006 17:21 GMT | 13 |
I'm using the MSComm control to connect to a Scantron type grade scanner to collect test scores. I have it running OK but I'd like some ideas on the best way do the following: 1. How do I detect if the scanner is connected? Right now I have the port
|
| Class not registered error | 17 Jan 2006 16:29 GMT | 4 |
I ran into this somewhat unusual problem today. I needed to configure the SSDBGrid within the app that I have, so I selected the component, pressed F4, getting the property dialog and then selecting the Custom property. The button with the ellipsis (.) showed, but when I clicked ...
|
| Best Option for a toolbar that support 32X32_32 Icons | 17 Jan 2006 14:58 GMT | 1 |
I'm creating an app that requires a toolbar of sorts... I have a good collection of 32 bit depth icons that I would like to use... however, the VB6 toolbar control doesn't support this color depth... So... what are my options? Can I convert 32 bit color depth icons to 8
|