Thread: Activex Tutorial

  1. #1
    Deno
    Guest

    Activex Tutorial

    Hello,

    Can anyone point me to a good tutorial or Book on Activex?

    I have been given the task of connecting to a 3rd party DB for which we have to use an OCX. I have succesfully created the wrapper classes in VS.NET (MFC) but cannot go any futher.

    All my programming has been in C/C++.

    Thanks,
    Paul....

  2. #2
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    First, I would probably not suggest using MFC. Some would disagree. ATL is a much more appropriate framework for activeX. There is way more to learn than can be covered in an online tutorial. First you must understand that ActiveX is really just COM objects. To understand COM Essential Com is your best bet. To understand ATL, look at the microsoft press book on ATL (Can't remember the name).
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  3. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM
  4. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM