Hi, I'd like to know how to make an OCX from a User Control...
Someone told me to just do the same as "Make EXE", but it still says "EXE", not "OCX"!
Thanks in advance.
Bye,
-Jotaf98
[email protected] - ICQ#60784495 - http://jotaf98.cjb.net
Printable View
Hi, I'd like to know how to make an OCX from a User Control...
Someone told me to just do the same as "Make EXE", but it still says "EXE", not "OCX"!
Thanks in advance.
Bye,
-Jotaf98
[email protected] - ICQ#60784495 - http://jotaf98.cjb.net
Did you create a ActiveX Control. If yes then you should have Create Project1 OCX kind of thing.
No, it's a User Control.
Is there a difference?
Did you just add a user control to your project?? The only way you can compile a OCX is by creating the ActiveX Control (which could contain your user control)
Hum... yes, that's how I did it.
Can you explain me how to do that?
Thanks!
In Project menu, select [projectname] properties, and then select activeX OCX in project type combo.
Also, set your usercontrols public property to true
Thanks a lot, man!
Bye
you'll need to set the public property of the usercontrol(s) to 'True'