Results 1 to 3 of 3

Thread: [SOLVED] using ActiveX in C# project

Threaded View

  1. #1

    Thread Starter
    Lively Member neodatatype's Avatar
    Join Date
    Aug 2002
    Location
    Italy
    Posts
    103

    Question [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.
    > NeoDataType.net <

    Try my Free .Net Reporting Tool!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width