ok,so what VB(Visual Basic) is,is an application that allows you,the user,to Create any application you can dream of without using Notepad or Complicated C++ by having simple commands this Program makes it,now more than ever,easier to make applications,but starting out coding can be tricky,you may think you will need to read like a million E-Books or Watch hours of U-Tube tutorials but you dont,what you need to underStand is that its just another Language ands probaly the easist you will Ever learn and its fun and rewarding when you make and complete your Own Program,Starting off is the Hardest bit,Once you Know how VB works it gets WAAYYY easier so dont worry

to start off with,what if you wanted to make a Program that loops a Message Box?
well its pretty easy

Start oFF with,Download VB 2010(if you havnt Already!) and run it,
so now you have it open and running?(i Will asume you have!)
You can see your "form" as a Box that looks abit like a Program, No?
Can you see the ToolBox? on the Left Hand Side>?
Scrowll though that and find "button"
when you have found the button tool,just click it Once and then click and drag onto that Program "base"
no make it the seize you want it,not too big though! haahaha

then just click the button and type in "Hello Loop"
now it looks pretty kool eh?
once you have done all this,Double Click the Button itself,
and type
Code:
do
msgbox "Hello!"
loop
then look up the top for a little play icon when you find it click it,if it has no ERROR's it will open your app!
if you have followed these basic steps it will open your Program
then Just Click the Button and it will open a lopped Message Box that wont Go Away(Ctrl+Alt+Delete gets rid of it) and if thats it then just hit save(maybe you want to change stuff on it)
then go to the "Start Button"(bottun Left-Hand Corner)
Start>Documents>Visual Studio 2010(or 2008)>Projects>Windows App #>Debug>Bin and there it is! your app,if you did this all correctly then Upload it to this Post

ill Upload Mine to!
Special Thanks To:J-Deezy for Helping me whn i was noob!