PDA

Click to See Complete Forum and Search --> : How to register OCX


MicahCarrick
Nov 26th, 1999, 03:46 PM
How would I go about calling regsvr32.exe to register an OCX from within another Vb application?

razzaj
Nov 26th, 1999, 06:43 PM
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/kb/articles/Q181/8/54.ASP

look for a file in this page called vbc.exe
download it and run it ... it should work .

Serge
Nov 26th, 1999, 08:49 PM
You can use Shell function:

Shell "regsvr32 MyControl.ocx", vbHide



------------------

Serge

Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)

MicahCarrick
Nov 27th, 1999, 01:50 AM
Duh ... I shoulda thought of shelling it out. Thanks though :)

Crazy D
Nov 27th, 1999, 01:57 AM
Or use this: http://codeguru.developer.com/vb/articles/1771.shtml