| Thread | Last Post | Replies |
|
| COM-Inspection | 30 Sep 2007 16:35 GMT | 14 |
I am looking for boiler-plate code to examines the interior of COM-DLLs, in order to enum Interfaces and CoClasses exposed, getting the names of the Interfaces, the IID. Also for CoClasses the Name, the CLSID, the Inproc-Server-file
|
| What does this IDL record mean? | 29 Sep 2007 03:31 GMT | 3 |
I have 2 "ActiveX DLL" VB6-projects referencing each other. The referring project has been created years ago and hasn't been changed all this time. The referenced project has been changed often; to say more exactly - its interfaces have been extended several times (new
|
| Binary Compatible DLL causes Missing or Invalid Reference in Excel | 27 Sep 2007 15:32 GMT | 3 |
I apologise for cross posting this from Microsoft.public. Excel but hope I may find an answer here, having no answers from the Excel community. We have many spreadsheets using a common (VB6 SP5) library developed and maintained in house; the library has about 30 classes.
|
| ClassFactory cannot supply requested class | 20 Sep 2007 19:02 GMT | 4 |
Hi All, I have a VB Application, using some class and every time I log in to the system, the message is showed - ClassFactory cannot supply requested class. The same application works with no problems at this point.
|
| VB6: Events and Asynchronous processing | 10 Sep 2007 15:15 GMT | 3 |
I am receiving data at quite a high rate of output from a C++ application. what I want to do is is: 1). receive the data in VB6 2). UNmarshal the data
|
| VB6: WM_COPYDATA, SendMessage and custom messages | 07 Sep 2007 20:22 GMT | 3 |
I am attempting to write a demo C app that will send custom data to a VB app. I am using SendMessageTimeout, and WM_COPY. This is the C structure that I am sending from the C code: typedef struct
|