CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: OCX from class

  1. #1
    Join Date
    May 1999
    Posts
    4

    OCX from class

    Lets say i have some control class, for example CFlatButton. How can i make OCX from it?

    Kiesha

  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: OCX from class

    Create a new ActiveX project, and derive the control class from COleControl and your CFlatButton, and then remove all conflicts...

    Sincerely, Mihai



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured