Interop

There are 2 entries for the tag Interop
Calling a .Net assembly from VB6 - UPDATE

Okay, a follupup to this post.  Which stemmed from the thing I had to do in this post.  Which all centered around the consultants featured in this post. Basically, I wrote an assembly in C# that would print to a special printer in our lab.  This was because our consultant didn’t have a cheap way to do it directly in their app.  They were supposed to consume my assembly in their app to integrate the functionality.  Their app is written in VB6, which means I had to expose my c# assembly as COM consumable. First let me say that the information out...

posted @ Wednesday, December 29, 2004 7:37 PM | Feedback (0)

Exposing a C# Library to be Consumed in VB6

Dear Blog: Well, if you had read my story The Vendor From Hell on The Daily WTF you will know what's been keeping me busy. The long and short of it is that I had to write code to print to a specialty printer, and I had to provide an API to that code to our software vendor so that my print library could be integrated into the software we use. More on the code later. So I decide, since I have no confidence that the vendor will be able to integrade my C# library with their VB6 software I should write a sample VB project...

posted @ Wednesday, August 04, 2004 3:12 PM | Feedback (0)