|
-
Sep 29th, 2009, 02:57 AM
#1
Thread Starter
New Member
Run an application in mine VB app
Hi!
I would like to use an already created game and run it with my own application.. a frame with buttons. Like this..

Is it possible to run an application within VB? I have tested coding in VB once, it seemed fun, so i thought if this works this would be my first project =)
-
Sep 29th, 2009, 03:42 AM
#2
Re: Run an application in mine VB app
Hey,
Welcome to the Forums!!
The game that you already have, what was it created in?
Gary
-
Sep 29th, 2009, 04:35 AM
#3
Frenzied Member
Re: Run an application in mine VB app
If you mean host an application within your own application - I very much doubt it.
You can launch from a .Net application, but hosting another application within your own .Net application , certainly in the compact framework is not something I have seen before.
-
Sep 29th, 2009, 09:00 AM
#4
Frenzied Member
Re: Run an application in mine VB app
And even if you could host it, trying to send commands to it would be a nightmare.
-
Sep 29th, 2009, 09:12 AM
#5
Re: Run an application in mine VB app
In desktop applications you can spawn a process and set its parent to be your window, and as such "host" it in your application. It would be a separate process, but it would be displayed in your application.
I'm not sure the APIs are available in windows mobile though.
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
|