| Thread | Last Post | Replies |
|
| how to Access PDF files?? | 29 Oct 2005 21:29 GMT | 3 |
Just a short note to ask for a little advice or a push in the right direction. I have recently been asked to transfer all our exsiting word documents over on the server to PDF format. The only snag being is that I don't know how to write the code that will open up a PDF file from ...
|
| Share FileHandle | 27 Oct 2005 14:11 GMT | 2 |
I'd like to let my dll write into the clients logfile. using this code: '# client-side: Private f%
|
| Week | 27 Oct 2005 09:26 GMT | 2 |
I have problem converting between week number and date. Any ideas? Tor-Magne
|
| Calling .NET dll function from VB6 | 25 Oct 2005 19:09 GMT | 3 |
I have a .dll written in .NET that contains various functions, some of which I need to call from an existing VB6 application. I've searched all over the net and found some articles, but none of which help.
|
| VB Variable Tools | 23 Oct 2005 16:19 GMT | 1 |
Are there any tools that can wib through a very large project and tell you if a: The declared variables are in fact being used and not acutally used at all.
|
| ActiveX control registration | 23 Oct 2005 09:14 GMT | 1 |
I would like to learn how to create self-registering activex controls. Can I convert existing controls I created into self-registering type? Thanks. Mark
|
| Error from Hell:Overflow | 22 Oct 2005 02:55 GMT | 1 |
My VB6 (SP6) app produces an Overflow error and bombs. I use Win XP (Sp2). 1) Program has Option Explicit. So every variable is typed. 2) Program works fine on one computer, but not on another!
|
| VB COM Application Using System API | 20 Oct 2005 18:39 GMT | 1 |
I have developed one VB Application in which i am facing following issues; 1. I got the logged window user Name 2. I got the system Name
|
| write a VB6 dll | 20 Oct 2005 16:00 GMT | 2 |
I need to write a DLL in vb6. can anyone point me in the direction a a sample piece of code. As I have no idea where to start Many thanks Dave
|
| Create Shortcut on Desktop | 18 Oct 2005 21:58 GMT | 1 |
I am facing a problem while creating shortcut on desktop using VB 6.0. I had been successfully created the shortcut but my actual requirement is more than just creating the shortcut. My requirement is that, after creating the shortcut on desktop whenever user double clicks on ...
|
| Calling a VB DLL from ASP | 18 Oct 2005 21:52 GMT | 1 |
I asked this question in the ASP forum, but they only helped to a point. aso here i am asking it on the vb forum my problem is this: I have written a VB wrapper DLL that calls a C++ DLL. I then call tgis VB
|
| Access Automation | 15 Oct 2005 02:35 GMT | 1 |
I have a VB6 app that calls an Access database to run reports. Works fine, here is the relevent code: ===================================== Dim objAccess As Object
|
| How to access PDF files?? | 15 Oct 2005 01:09 GMT | 1 |
Just a short note to ask for a little advice or a push in the right direction. I have recently been asked to transfer all our exsiting word documents over on the server to PDF format. The only snag being is that I don't know how to write the code that will open up a PDF file from ...
|
| EnumProcesses in library PSAPI.dll not returning all processes | 14 Oct 2005 23:57 GMT | 1 |
I have tried to use the EnumProcesses function from the PSAPI.dll to retreive the running processes. However, out of the 69 running processes I had going it only seemed to find 58. Especially, it didn't return my applications process information. What is wrong?
|
| Inserting text in table produces "Bell" Character | 14 Oct 2005 12:47 GMT | 1 |
I have the following strange problem: Im trying to insert text into an word document. Everything works fine but if the text is inserted into a table I have the strange behaviour that no new table line is created but the text is inserted into a new line (outside table) and before ...
|