Results 1 to 2 of 2

Thread: insert and run exe file in GUI VB.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2012
    Posts
    4

    insert and run exe file in GUI VB.net

    HI,

    I want to run a exe file in GUI VB.Net. I have some game files(.exe) such as Mastermind,Memory game and tying master which need to run in a new GUI form from VB.Net.

    My question is how these files run in a new form without pop up a new window. I mean the files run as built-in window. It is the same as picture box showing pictures. Additionally, how can I make the program transfer data between exe files and the form since I need to input data the form and pass it to exe files(input name, level, point...)

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,479

    Re: insert and run exe file in GUI VB.net

    have a look at the setParent API function:

    http://www.pinvoke.net/default.aspx/user32.setparent

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