|
-
Sep 14th, 2006, 01:53 AM
#1
Thread Starter
New Member
registering dll at runtime in VB
Hi ,
How to bound or register a DLL during runtime in VB?
regds
hari.
-
Sep 14th, 2006, 03:19 AM
#2
Re: registering dll at runtime in VB
-
Sep 14th, 2006, 11:08 AM
#3
Re: registering dll at runtime in VB
It should be getting registered at install time, not run time.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Sep 14th, 2006, 12:32 PM
#4
Re: registering dll at runtime in VB
Hmm..
With the link I provided and the register class you can register ActiveX.dll's at runtime. It enables then the possibility to use ActiveX.dll’s as plugins.
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
|