|
-
Apr 26th, 2002, 08:55 AM
#1
Thread Starter
Lively Member
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
-
Apr 26th, 2002, 09:02 AM
#2
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.
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
|