Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by ShadowPwnz View Post
    Nextgen has a point, it takes a while to recode everything, but essentially your best bet is different forms.

    To make a form, right-click your project name in the solution explorer and click 'Add'. In the dialog box that pops up, click windows form and click ok.

    Copy-paste all your items from the original application, then copy-paste the code in as well. Finally, put this code on one of your buttons:
    Code:
    Form2.Show
    Me.Close 'optional, closes current form
    You can also try tabs, but they make the entire application less stable.
    The OP is referring to existing Software, So creating New forms do nothing in this case.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  2. #17
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    In that case, NextGen, you understood it much better than me. If the issue here is the programs being detectable by the user, use an installation package and put them into the user's C: drive.

  3. #18
    tstom's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    348
    Reputation
    10
    Thanks
    16
    My Mood
    Yeehaw
    Ok I Understand Now
    Ill Change The Directorys Of The Program Then Make An Installer To Install Them There

    The Installer Will Install The Programs Somewhere Then Place The Made Program On The Desktop

    Thats My Best Bet Isnt It?
    .:Latest:.

  4. #19
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Something like that would work, yes.

    Check this link for more info on setup apps:
    Adding a Setup Wizard to VB.NET applications

  5. #20
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    add different forms to that one form

  6. #21
    |-|3|_][({}PT3R12's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    UnkwOwnS
    Posts
    449
    Reputation
    12
    Thanks
    472
    My Mood
    Twisted
    I recommend AutoIt for installing


    And you do know there is such a thing as a "File Joiner" that joins 2 .exe's into 1 .exe (Not that it helps in this case... but just for future references)

  7. #22
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Justin, he wants to put applications THAT DIFFERENT PEOPLE HAVE MADE into his own project. In this instance form2.show etc. won't work unless he can be bothered to decompile the entire application and rebuild it himself.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] Program hangs when using web requests?[Solved]
    By master131 in forum Visual Basic Programming
    Replies: 6
    Last Post: 10-23-2010, 01:26 AM
  2. [Help]Programming Tips?
    By D e a t h h a u n t S in forum Visual Basic Programming
    Replies: 18
    Last Post: 10-04-2010, 02:38 PM
  3. [Help]program deleter
    By megasven007 in forum Visual Basic Programming
    Replies: 3
    Last Post: 08-20-2010, 11:31 PM
  4. Helpful Programs
    By ilovecookies in forum Combat Arms Discussions
    Replies: 14
    Last Post: 11-19-2009, 04:25 PM
  5. a few helpful programs
    By megaflcl in forum General
    Replies: 5
    Last Post: 01-30-2009, 08:41 PM