[Help]A questions for a muti tool.im creating a muti for AVA and CA but i have a question.... 1. Whats the code to have button's leading to the tools. Ex. i click the button Injecter and the injecter pops up.
Originally Posted by aLcohoL_95 ok and pls add this code to end of your signature [php][/CENTER][/php] u forgot it // There is a VM system for a reason Originally Posted by aLcohoL_95 [php]Injector.Show()'or wut else[/php] Or most likely [php]Form2.show[/php]
Originally Posted by Zoom Or most likely [php]Form2.show[/php] I thought you need to have it like this. [php]Dim Obj As New Form3 Obj.Show(Form3)[/php] Correct me if I'm wrong or have I been wasting my time with extra code?/
Originally Posted by =Advocate= I thought you need to have it like this. [php]Dim Obj As New Form3 Obj.Show(Form3)[/php] Correct me if I'm wrong or have I been wasting my time with extra code?/ You have been wasting your time with extra code /. [php] FormName.Show() FormName.Hide() [/php] That's all you need to show/hide your form.
lol...nvm i got all the codes done i just cant figure out how to debug and make a exe application......im a very nub Vb coder..
i got a question to anyone that reads this.........how do you debug/ get the app to finish so i can upload to the web or the site...
To get the .exe save your project then go to "Build->Build Project" then go to where your project folder was saved i.e Code: C:/.../.../Visual Studio 2008/Projects/YOURPROJECT/YOURPROJECT/bin/release and there you will find your exe.