Thread: using the ActiveX control

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    You should use ATL(ActiveX Template Library). Search the web for 'ATL tutorial'.

    You can implement a control without helper classes or templates but it will be complex. You would need to start by implementing IClassFactory and go from there.

    http://www.adtmag.com/joop/crarticle.asp?ID=1572
    http://msdn.microsoft.com/library/de...ivex/intro.asp

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    thanks anonyt, those links helped a bunch, i'll see what i can do and post any results that i come up with

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using an OCX ( ActiveX) control in a non-MFC application?
    By abachler in forum Windows Programming
    Replies: 0
    Last Post: 05-07-2007, 08:43 AM
  2. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  3. creating an activex control
    By Benzakhar in forum Windows Programming
    Replies: 9
    Last Post: 12-29-2003, 06:32 PM
  4. Can't I reduce the default size of Activex Control (rcBounds)
    By samudrala_99 in forum Windows Programming
    Replies: 1
    Last Post: 10-23-2002, 09:24 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM