Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


ActiveX, OCX, ???


ActiveX, OCX, ???

Author
Message
COMET
COMET
Forum God
Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)

Group: Forum Members
Posts: 46, Visits: 28

Hello,

I always have problems in opening ActiveX projects or projects something with OCX.  Can anyone in this forum be a help in telling me the steps I need to follow - to open, (re)compile ActiveX (OCX) stuff.  Do I need to open the Standard.exe or ActiveX while launching Visual Basic 6 ? 

With regards,

Comet

 

 


Keithuk
Keithuk
Forum God
Forum God (303K reputation)

Group: Moderators
Posts: 1.9K, Visits: 5.5K

You don't need to do anything just open the project.vbp. All the ActiveX controls, References, Forms, Class Modules, Modules, User controls, type of exe etc are listed in there. Use NotePad and open one for a look.

If you try to open a project where the ocx isn't registered then you'll have a problem.



Keith

I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

COMET
COMET
Forum God
Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)

Group: Forum Members
Posts: 46, Visits: 28
Thanks Keith, how can I register the ocx ? I have never tried that.

With regards,
Comet
Keithuk
Keithuk
Forum God
Forum God (303K reputation)

Group: Moderators
Posts: 1.9K, Visits: 5.5K

You can do it with Regsvr32.exe in the Windows\System folder. Use Run:

Regsvr32.exe c:\ocx location\ocxfile.ocx

You will get a message DllRegisterSever in c:\ocx location\ocxfile.ocx if its successful.

Or you can download ActiveX Manager v1.4 from http://www.4dev.com/



Keith

I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

COMET
COMET
Forum God
Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)Forum God (5.3K reputation)

Group: Forum Members
Posts: 46, Visits: 28

Keite, I thank you and find it very helpful ))

Comet

 


GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search