Having trouble with vb and making my Modding Program...
welcome to Game-Tuts.com - Register
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1
    Advanced Member
    Join Date
    Aug 2010
    Posts
    128
    Thanks
    3

    Default Having trouble with vb and making my Modding Program...

    Okay. So I wanted to know how you could open apps inside your modding program without using AIO or Shellin stuff...ya know like Modio, Horizon, or eclipse does. So I would greatly appreciate it if you could help!



    ****PLEASE NO TROLLING or SMASH TALKING or saying GTFO please!****


    thx,
    tmthrock04





  2. #2
    Formerly ELB PRO
    Join Date
    Sep 2010
    Location
    Everywhere
    Age
    16
    Posts
    493
    Thanks
    63

    Default Re: Having trouble with vb and making my Modding Program...

    null
    Theres a open source for this. I think risk made it.

  3. #3
    ಠ_ಠ


    Join Date
    Nov 2009
    Location
    East Coast USA
    Posts
    1,660
    Thanks
    352
    Gamertag
    th3 d1rty hippe

    Default Re: Having trouble with vb and making my Modding Program...

    Add a new form to your project.
    Make the main form a MDI container. [go to its properties and set is mdi container to true]

    Code:
    Form2.Show()
    Form2.MdiParent = Me
    something like that.

    I code C# so tell me if i am wrong.
    I see you read my signature.

  4. #4
    Legendary Member
    Join Date
    Aug 2010
    Location
    Earth
    Posts
    300
    Thanks
    16
    Gamertag
    II ZK II

    Default Re: Having trouble with vb and making my Modding Program...

    Quote Originally Posted by tmthrock04 View Post
    Okay. So I wanted to know how you could open apps inside your modding program without using AIO or Shellin stuff...ya know like Modio, Horizon, or eclipse does. So I would greatly appreciate it if you could help!

    If ya dont know how to do it send me ya TeamViewer ID and Paswd and ill show you how to do it.
    Prostreet helped me. So ill help you. Its very easy.


    Spoiler:

    xMod Modding Program

    :D Download Link :D

  5. #5
    Modio Tool Developer

    Join Date
    Mar 2010
    Location
    UK
    Age
    20
    Posts
    1,828
    Thanks
    430
    Gamertag
    MrJoshuaT

    Default Re: Having trouble with vb and making my Modding Program...

    dim childform as new form1
    childform.mdiparent = me
    childform.show()

    or

    Dim childform As New form1() With {.MdiParent = Me}
    childform.Show()

    change the name form1 to our form name
    Server / Desktop / Mobile Device developer. I use a Mac . Typos are my speciality.

    Taylor Gang or die.

    Prison Break is the best TV show ever.

    If you require quick help, and are able to fit the query in 140 characters, tweet at me @Joshua_M_Turner
    I'll do my best in 140 characters to help you :)

  6. #6
    iRaz
    Guest

    Default Re: Having trouble with vb and making my Modding Program...

    I think he means like open Modio n Horizon in his AIO....
    I think its Process.start(".....
    Correct me if im wrong :/

  7. The Following User Says Thank You to iRaz For This Useful Post:

    II ZK II (10-26-2010)

  8. #7
    Modio Tool Developer

    Join Date
    Mar 2010
    Location
    UK
    Age
    20
    Posts
    1,828
    Thanks
    430
    Gamertag
    MrJoshuaT

    Default Re: Having trouble with vb and making my Modding Program...

    Quote Originally Posted by iRaz View Post
    I think he means like open Modio n Horizon in his AIO....
    I think its Process.start(".....
    Correct me if im wrong :/
    Yes you can start an external .exe but it can't be within your app (mdi parent) it has to be external
    Server / Desktop / Mobile Device developer. I use a Mac . Typos are my speciality.

    Taylor Gang or die.

    Prison Break is the best TV show ever.

    If you require quick help, and are able to fit the query in 140 characters, tweet at me @Joshua_M_Turner
    I'll do my best in 140 characters to help you :)

  9. #8
    Suspended
    Join Date
    Oct 2010
    Age
    23
    Posts
    230
    Thanks
    89

    Default Re: Having trouble with vb and making my Modding Program...

    Quote Originally Posted by II ZK II View Post
    If ya dont know how to do it send me ya TeamViewer ID and Paswd and ill show you how to do it.
    Prostreet helped me. So ill help you. Its very easy.
    First of all prostreet is a source whore. Second of all your a source whore and is anything but respected here.
    Quote Originally Posted by JoshuaT View Post
    dim childform as new form1
    childform.mdiparent = me
    childform.show()

    or

    Dim childform As New form1() With {.MdiParent = Me}
    childform.Show()

    change the name form1 to our form name
    Well done Joshua, couldn't of said it better myself.
    Quote Originally Posted by iRaz View Post
    I think he means like open Modio n Horizon in his AIO....
    I think its Process.start(".....
    Correct me if im wrong :/
    To finish this off it would be more like...

    Code:
    Process.Start(Application.startuppath + "II ZK II is a source whore.exe")
    Correct me if i'm wrong but i'm 100% sure the name of the exe is right :P

  10. #9
    [̲̅$̲̅(̲̅1̲̅)̲̅$̲̅] VIP
    Join Date
    Sep 2009
    Location
    eW91ciBtdW0ncyBiZWQ= << base 64
    Age
    23
    Posts
    2,036
    Thanks
    126
    Gamertag
    X S4MPLE X

    Default Re: Having trouble with vb and making my Modding Program...

    Quote Originally Posted by iRaz View Post
    I think he means like open Modio n Horizon in his AIO....
    I think its Process.start(".....
    Correct me if im wrong :/
    Ur sig is kinda like mine lol
    You should probably ignore the above text, its likely to be incorrect.

  11. #10
    Advanced Member
    Join Date
    Aug 2010
    Posts
    128
    Thanks
    3

    Default Re: Having trouble with vb and making my Modding Program...

    I know how to make an AIO... i just want to open mod tools in my program like modio and horizon does...could someone help me on teamviewer...it's easier that way






 
Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
visit GameTuts on these social networking sites