CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    8

    Basic ActiveX Questions

    I'm new to the ActiveX development so please be gentle with your replies.

    I want to create an ActiveX control that when designed into a web page will allow the user, when they click on a button, to bring a specific application to the top and be maximized.

    This app/web page will be run locally. The laptop will not be connected to the internet.

    As I understand it, if I use MFC the must have the MFC *.dll's loaded as well. Is this correct?

    Could I use ATL to accomplish this?

    Finally, is there a good 'primer' (preferably online) for learning ActiveX in C++ ?


  2. #2
    Join Date
    Apr 1999
    Posts
    31

    Re: Basic ActiveX Questions

    1. Yes, The Windows O.S already have this.
    2. Yes, That's the best way to create ActiveX control.

    The book written by Adam Denning, is very good for
    the person want to learn about ActiveX.
    The book is "ActiveX Controls Inside out"
    ISBN:1-57231-350-1




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