|
-
Nov 26th, 1999, 04:46 PM
#1
Thread Starter
Addicted Member
How would I go about calling regsvr32.exe to register an OCX from within another Vb application?
-
Nov 26th, 1999, 07:43 PM
#2
Hyperactive Member
u r question is not so clear ... not to me...but anyway here is something that might help if u have trouble registering OCX
http://support.microsoft.com/support.../Q181/8/54.ASP
look for a file in this page called vbc.exe
download it and run it ... it should work .
-
Nov 26th, 1999, 09:49 PM
#3
You can use Shell function:
Shell "regsvr32 MyControl.ocx", vbHide
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 27th, 1999, 02:50 AM
#4
Thread Starter
Addicted Member
Duh ... I shoulda thought of shelling it out. Thanks though
-
Nov 27th, 1999, 02:57 AM
#5
Hyperactive Member
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
|