Results 1 to 5 of 5

Thread: Run an application in mine VB app

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2009
    Posts
    1

    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 =)

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  4. #4
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    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.

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

    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.
    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