Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Engine Import
#1
I am trying to make a game making software run in a panel in my program. what happens now is that when my program starts, the game maker opens in its own window; I want it to open in my panel. Can someone tell me how to make it either run where it is in the panel and can have other buttons surrounding it or what I need to use to make it run INSIDE my program. I used the code

Code:
Private Sub Panel1_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Panel1.Paint
        System.Diagnostics.Process.Start("C:\Program Files (x86)\Unity\Editor\unity.exe")
    End Sub


Messages In This Thread
Game Engine Import - by arrelin1 - 05-27-2013, 05:17 PM
Re: Game Engine Import - by Snake_eyes - 05-29-2013, 03:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Visual Basic Game Atri 3 14,630 09-05-2012, 02:57 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)