| Thread | Last Post | Replies |
|
| My 1st Word doc by VB6 automatn Try set margins and fonts | 27 May 2007 18:00 GMT | 1 |
I found some code to create a Word doc from VB6 and that works OK. Could not set DocumentProperty in DocumentProperties collection, so created a Macro in Word and copied the macro into my VB6 program. That method helps a lot in Excel. But nothing of the Word macro works in VB6.
|
| Error downloading COM object from website in Explorer 6 | 24 May 2007 17:26 GMT | 3 |
I'va made a COM object, which have to search into the client hard disk to found some file and send data to a web service. With Internet Explorer 7 the object works fine, but when the client tries to download it with Internet Explorer 6 ( independtly with Windows 98 or Windows XP ...
|
| VB6 Debug DLLs with vbg | 16 May 2007 18:24 GMT | 3 |
I have a VB6 project that includes several DLLs. I am trying to make modifications to one of the DLLs, but have a hard time debugging it. I am using VB Project Groups and have the entire source for EXE and DLLs, but every time I try to step into a function that resides in the DLL ...
|
| Service & WithEvents SHDocVw automation - "automation error" -2147 | 15 May 2007 22:21 GMT | 2 |
I have a VB app that i run from a service (The app run at winsta0\\default). The app runs under the localsystem account. In my app i have: Private WithEvents winShell As SHDocVw.ShellWindows
|
| VB6 break COM compatibility | 15 May 2007 21:19 GMT | 2 |
I recently started in a new position, and I inherited an application written in VB6 that uses a bunch of DLLs and OCX controls. Version Compatibility is set to Binary at the project level, but since I do not have the most recent source code, on compilation it always asks me to ...
|
| Signing of DLL | 14 May 2007 17:29 GMT | 9 |
Is there a way or an add-in to sign the output after a compile? I want to make sure to sign my dll after it is built and before it the install file gets built in InstallShield. Jack
|
| VS 2005 Install when starting VB6 | 14 May 2007 08:19 GMT | 3 |
For some reason everytime I start VB6 it loads a VS2005 installation window that forces me to enter my VB2005 CD, then takes 10-15 minutes to re-install some component before it will open VB6. Has anyone see this behavior? It was working fine and just started after a
|
| Service & WithEvents SHDocVw automation - "automation error" -2147 | 13 May 2007 10:57 GMT | 1 |
I have a VB app that i run from a service (The app run at winsta0\\default). The app runs under the localsystem account. In my app i have: Private WithEvents winShell As SHDocVw.ShellWindows
|
| Preview Access report | 07 May 2007 16:49 GMT | 1 |
Hi, All I have Access report which i can print with no problem, but view feature doesn't work, What am i doing wrong in the code? Please, help
|
| Scripting Task Scheduler | 05 May 2007 12:46 GMT | 1 |
I have Windows 2003 OS running on my server, would like to know the chance of scripting task scheduler ( want to run certain asp pages at regular intervals ) Thank you,
|
| automation error when running app from System service | 02 May 2007 18:33 GMT | 10 |
I have a VB app that i runs from a LocalSystem service with CreateProcessAsUser: The app gets the token of the service so it runs under LocalSystem too. 2 Problems:
|