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

Thread: OLE Control

  1. #1
    Join Date
    Jul 2002
    Posts
    30

    OLE Control

    I need to include a OLE control in my app. Since I´m new on that any help will be appreciated.

    I´m trying to include the "Microsoft PowerPoint Slide" object in my dialog app. I´ve done that on Visual Basic but have no idea how to handle this control in VC.

    Thanks again guys!

  2. #2
    Join Date
    Nov 2001
    Location
    USA
    Posts
    27
    You can create VC application as container.
    In this case you can put any OLE control inside of your application.

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