Results 1 to 2 of 2

Thread: [RESOLVED] Open external .exe in same window

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    1

    Resolved [RESOLVED] Open external .exe in same window

    How do you either:

    1. Open external .exe in same window as application

    2. Embedd a .exe in a VB application.

    The .exe was not made in VB.

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Open external .exe in same window

    Take a look at this codebank submission of mine for how to display the window of another executable as a child windows of your application.
    You can embed an Exe by adding it to the resources, but you can not execute it directly, you'd have to write it to the disk first, then execute the file.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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