Lets say i have some control class, for example CFlatButton. How can i make OCX from it?
Kiesha
Printable View
Lets say i have some control class, for example CFlatButton. How can i make OCX from it?
Kiesha
Create a new ActiveX project, and derive the control class from COleControl and your CFlatButton, and then remove all conflicts...
Sincerely, Mihai