Results 1 to 3 of 3

Thread: [RESOLVED] Can external app be run inside a VB form window

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Posts
    28

    Resolved [RESOLVED] Can external app be run inside a VB form window

    Is it possible to call a .exe function and display that app inside a window on a VB form? The shell command opens up a new application window, but I want the external app to run on my form.

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,728

    Re: Can external app be run inside a VB form window

    Yes. It is possible with the SetParent API.
    See this thread.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Posts
    28

    Re: Can external app be run inside a VB form window

    Outstanding...thanks, iPrank!!!

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