How to open an application within an application?

Discussion in 'Programming General' started by Cleavage, Mar 18, 2011.

How to open an application within an application?
  1. Unread #1 - Mar 18, 2011 at 9:36 AM
  2. Cleavage
    Joined:
    Mar 9, 2011
    Posts:
    147
    Referrals:
    0
    Sythe Gold:
    0

    Cleavage Active Member

    How to open an application within an application?

    Nevermind - i've found out. Anyone who is wondering how you double click the button (in my case AutoTyper on the menu bar).

    Then in the
    Code:
    Private Sub AutoTyperToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AutoTyperToolStripMenuItem.Click
    
    
        End Sub
    You put

    Code:
    TyperForm1.show()
    to get

    Code:
    Private Sub AutoTyperToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AutoTyperToolStripMenuItem.Click
            TyperForm1.Show()
    
        End Sub
    I will leave the question below if anyone else wants to know how :D
    ____________________________________________________________


    I'm making a little client for RuneScape, I want to implement an autoclicker and autotyper into it. I've got the Clicker and the Client made, but i can't see how i would get the autoclicker to open when you click the button.

    I want it so when the option in the menu bar is clicked the AutoTyper/Clicker application will open in a seperate window, how would i do this?

    [​IMG]
     
  3. Unread #2 - Mar 19, 2011 at 12:41 PM
  4. ViolentReality
    Joined:
    Mar 19, 2011
    Posts:
    2
    Referrals:
    2
    Sythe Gold:
    10

    ViolentReality Newcomer

    How to open an application within an application?

    Impossible to open a application within another unless you are using a MDI Parent or have create the other application in VB yourself.
     
< Quick Project | Looking for someone who is good with Photoshop! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site