|
-
May 23rd, 2000, 05:39 PM
#1
Thread Starter
Junior Member
hi
how to register an active x control ?? and how to register
activex dll ??? pl .let me know ..
thanks in advance
sanju
-
May 23rd, 2000, 06:01 PM
#2
Lively Member
How to (manually) register an OCX or DLL:
REGSVR32 EXAMPLE.DLL
REGSVR32 ins on your Visual Studio Disk I in \OS\SYSTEM\
How to (manually) de-register an OCX or DLL:
REGSVR32 /U EXAMPLE.DLL
If you write an OCX or DLL in VB an compile it, it's automatically registered on your machine.
Roger
-
May 23rd, 2000, 06:04 PM
#3
Hyperactive Member
Look here
Onerrorgoto
Dont be to optimistic, the light at the end of the tunnel might be a train
-
May 23rd, 2000, 06:27 PM
#4
Addicted Member
You can also use ActiveX Control Test Container to register and unregister controls. It comes with VB6. Dunno about earlier versions.
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
|