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

    Using ActiveX Control

    How can I call an ActiveX control (particularily the MSComm.ctl) from a different cpp file than that of the forms cpp file that the control resides on. I want to be able to use this control in my class implementation not from directly on the form.


  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: Using ActiveX Control

    Just a guess. Can you make the comm activeX a public class member of the form it resides and subclass it in the form, then use that member in your *.cpp (or class)?


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