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

    Embed External Documents

    Is there any way to embed a PDF, Word/Excel, or other types of documents within a vb app? I'm also wondering how to detect if the file I want to incorporate into my form has an object that will allow me to do this at runtime?

    I'm looking for a result similar to the way Internet Explorer opens the same documents.


  2. #2
    Join Date
    Aug 2000
    Location
    KY
    Posts
    766

    Re: Embed External Documents

    The Ole Container will do this for you.


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