[Visual Basic]Making your own All in One(personal use)

This is where the Admins will put tutorials submitted by users.
Post Reply
killsbrydoughboy





Posts: 12
Joined: Wed Jun 08, 2005 5:55 pm

[Visual Basic]Making your own All in One(personal use)

Post by killsbrydoughboy »

Materials
Visual Basic Express Edition free just need to have email to register

Well im gonning to teach you how to make a simple program today
First once you get vbee installed open it choose windows application and name you program what you want it to be called i suggest you put a folder on your desktop for all the project files. Now when you do that you will see a window that says form1 now you dont want form1 to show up thats embarrissing so get familiar with the Properties box on the side goto the text tag in the box change it to your name
Image

now goto the toolbox should be a little icon somewhere on the toolbar (looks like a toolbox and some tools)
Image then find "button" draw your button on the form and click it once and do the same thing you did to the form exept change it to for example dothalo now then double click it and use the code under that button

Code: Select all

Process.Start("directory it will be in.exe")
do this to all your programs you want


your practically done hit debug then Start Debugging then save your project for changes then if you want to make an exit button do the same to a button double click on it and type

Code: Select all

end
then goto the file you saved your project in and root around for a file called debug and in that is your .exe file enjoy

This is only for personal use i havent included how to make the setup file dont flame me because you hate people who make these all in ones but i was bored so enjoy the tut
and if you get more advanced you can add many things to it like music and just look what r4ndom did good night
Signature exceeded 500x120 pixels.
Post Reply