| Thread | Last Post | Replies |
|
| Accessing ATL COM DLL object from VB.NET using delegate (asynchronous) | 31 Oct 2008 20:56 GMT | 2 |
I have developed a COM object using ATL. It seems to work fine when accessing it from VB.NET most of the time. However, I want to use a delegate in VB to asynchronously run a method in one of the interfaces in my COM module (using Delegate.BeginInvoke()). The
|
| Analogous of Type.Equals. | 26 Oct 2008 17:33 GMT | 7 |
In vb6 exists a way (API or others) for obtain analogous result of Type.Equals .Net method? I can to test two object with late-binding for verify if they have the same type? Example:
|
| XP Look and Feel in VB6 Add-In | 09 Oct 2008 13:54 GMT | 5 |
The add-in is an ActiveX DLL for Microsoft Project written in VB6. I've created a manifest and compiled it into a .res file without any errors, but I'm not sure where to add the call to InitCommonControlsEx. My dll doesn't have a Main sub. I tried putting the call into the ...
|
| How to create password protected word document?? | 08 Oct 2008 11:42 GMT | 1 |
I've an unique requirement, i'm not able to find ideal solution for this. I'm generating a report in word format from crystal report through asp.net code. Now, I've to set password for the word document. I've some question regarding on this?
|
| Adding Function to ActiveX EXE | 07 Oct 2008 21:56 GMT | 5 |
I've inherited some sketchy code, and I'm currently in the process of trying to iron the various bugs out of it. In the course of this, I need to add a function to an ActiveX exe. A pretty straightforward process, at least in theory.
|