I made a program with a vb progressbar inside. Now (on other comps) the installation errors up because VBUPROGRESS.OCX can not be registered, i even tried it manually, no go................what is going on??? Much Thanx
Printable View
I made a program with a vb progressbar inside. Now (on other comps) the installation errors up because VBUPROGRESS.OCX can not be registered, i even tried it manually, no go................what is going on??? Much Thanx
Did you create a Setup program for you program?
If no then juz goto Package & Deployment Wizards
or just manual register it under the Run DialogBox:
Regsvr32.EXE C:\Window\System\VBUPROGRESS.OCX
But before that, you need to make sure you have copy the VBUPROGRESS.OCX into window\system directory.
Cheers!
If you haven't tried the Setup & Packagement util which comes with VB then try dropping the file VBUPROGRESS.OCX on RegSvr32.EXE (both should be in the %sys%-folder)