vbgen Level: Moderator
 Registered: 10-10-2002 Posts: 876
|
Re: OCX creation
basics:
if you are specifically talking about OCXs..
then you could start a new vb project of the type ActiveX Control
now, you said you've got code and have customized it... and you want to go on creating an OCX.
you will have to sort of treat or look at activex control making as an object.. where you give it functions to follow, properties to set, and methods to events...
AND, like JL said... give us more detail... also tell us what you want this "OCX" to do, ait?
____________________________
Been busy trying to take a second degree <--it's not working out...
|