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

    How to embed an app.

    I would like to embed an app, lets say Word within a form, does anyone have an example or pointers on how to do this?


  2. #2
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: How to embed an app.

    Use the OLE control to embed the MS Word object (or specific word file) onto the form. When you apply the control to the form, a wizard will prompt you for the app/file you want to embed to your form.


  3. #3
    Join Date
    May 2001
    Posts
    155

    Re: How to embed an app.

    i tried that. That just shows the icon of the exe

    --Ant
    --------------------------------------------------
    check out my newest freeware
    E-mail me at: [email protected]
    for the address

  4. #4
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: How to embed an app.

    In the "Insert Object" dialog, did you have the "Display as Icon" setting checked? If that doesn't help, try letting it "Create From File" and create a template file for that app. Hope that helps some!


  5. #5
    Join Date
    May 2001
    Posts
    46

    Re: How to embed an app.

    Thanks for your reply, but unfortunately the app Im trying to embed does not have an OLE connection(Word was just an example), even though I tried what you told me because the app creates sort of a Telnet session, the product is called SmarTerm, I refer the file from my app, and it shows the icon, when I double click it it runs an instance of the app, but not within my form.

    Ill try to find another way, if you or somebody else knows of a way, please let me know.

    Thanks.

    Alejandro.



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