CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    AxtiveX control in SDI and MDI

    Hi;
    we can "plug" an activeX control into a Dialog and use it,
    but, if in SDI or MDI, how can i use the ActiveX control?
    thanks

    Hello World!!!

  2. #2
    Join Date
    May 1999
    Posts
    116

    Re: AxtiveX control in SDI and MDI

    try deriving your view class from CFormView (which is really a type of dialog)


  3. #3
    Join Date
    May 1999
    Location
    Lssol
    Posts
    68

    Re: AxtiveX control in SDI and MDI

    I see you are working with ActiveX and Excel - databases.
    Did you ever done a ActiveX that uses CDaoRecordset (or something with DAO).
    If you do, please help me !!!



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