|
-
Jan 8th, 2011, 01:16 PM
#1
Thread Starter
Junior Member
Start Apps/Games in panel
How do i start a Game or an other application in a Panel??
-
Jan 8th, 2011, 01:34 PM
#2
Re: Start Apps/Games in panel
You don't. You can use the SetParent API to make an existing window a child of a window of your own. You can call Process.Start to start another process and then use the SetParent API. There will be plenty of examples around if you search, usually using Notepad as the external app.
-
Jan 8th, 2011, 04:43 PM
#3
Member
Re: Start Apps/Games in panel
The only way Ive done it so far:
Using a webbrowser that goes the the URL with your game on it
Using a .swf control that can run swf files on your form, but the game would have to be a shockwave file and you would need to download it.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|