|
-
Feb 15th, 2003, 10:18 AM
#1
Thread Starter
Lively Member
[SOLVED] using ActiveX in C# project
Hi all!
I need an easy-step-by-step explanation about how I can use an ActiveX DLL (done with VB6) into my C# app.
Let's say I got:
- mydll.dll with myclass in it.
- test.cs
- into test.cs I want to do:
myclass mc = new myclass();
Console.WriteLine(mc.myproperty);
How to do it?
Thanx!
Last edited by neodatatype; Feb 18th, 2003 at 07:36 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|