Hello all
Requirements:
Visual Studio 2008,
a cool pic like my Sasuke,
And an icon
this is what i will teach you to make
okay this is going to be very Easy to experienced vb scripters but who cares anyone can do this
okay first of all make a new application
Now what we are going to do is change the name from form 1 to something you want so click on the name form 1 then go to the properties and change the name like bellow
and if you want to stretch it out a bit you can. Okay next we search for a cool pic to put in you don't have to just i feel like it :P. first go to the toolbar and select "picture box" then right click your box you just drew then select "choose image" then click local resource then click "import...".
![]()
After that you click okay and once you've done that click the little arrow above the box and set it to stretch... if it looks bad then re size your image in photoshop or paint. like below
Next you are going to insert a Group Box. scroll down in your properties until you seethen draw a box like below and rename it like you did with form 1 in the beginning.
Now we are going to insert Checkboxs. go to your toolbar and selectthen make about 6, 3 on the left 3 on the right like below now leave them as Checkbox1,2,3 ect ect.
Now we are going to make a Launch Button first like below
okay double click your your launch button you will now be able to code this program to work okay just copy and paste this (Note: i've left photoshop link on there for an example)
Code:Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If CheckBox1.Checked = True Then Process.Start("C:\program files\Adobe\Adobe Photoshop CS3\Photoshop.exe") End If If CheckBox2.Checked = True Then Process.Start("") End If If CheckBox3.Checked = True Then Process.Start("") End If If CheckBox4.Checked = True Then Process.Start("") End If If CheckBox5.Checked = True Then Process.Start("") End If If CheckBox6.Checked = True Then Process.Start("") End If End Sub Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub End Class
over this
Code:Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click End Sub End Class
and that's the end of the guide if you want to rename the check boxes just rename it the way you rename everything, in the Properties tab. Oh and you can customize the colours of everything this is just basic you can do way more even if you don't know how to code in vb you can add way more options for programs just keep copying and pasting
anyway i hope this helped most of you beginners or not beginners doesn't really matterCode:End If If CheckBox6.Checked = True Then Process.Start("")
vemonous
:wave: