Results 1 to 2 of 2

Thread: ActiveX control in VB .NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    65

    ActiveX control in VB .NET

    Hi,

    Could you please tell me how to create a ActiveX in Visual Basic .NET? What replaced it in .NET? I have created a .DLL in .NET and it works well on .NET but I can not register it by using Regsvr32.exe to reuse it. Are there any ways to solve this problem?

    Thanks in advance,

    Trung Luu

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you dont create activex in .NET
    you dont register .NET assemblies
    If you want to use the control, you put it into the same directory as the .exe that is using it then use its namespace.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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