![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2005
Posts: 10
Rep Power: 0
![]() |
Just opened VB for first time. Where do i start?
I'm new to VB where do you suggest I start?
![]() |
|
|
|
|
|
#2 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 730
Rep Power: 4
![]() |
Which version of VB are you using?
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jun 2005
Posts: 10
Rep Power: 0
![]() |
It says it is 2003.
[EDIT] i think it is .net does that make a difference? what does that mean? Last edited by puglover; Jun 15th, 2005 at 7:32 PM. |
|
|
|
|
|
#4 |
|
Programmer
Join Date: May 2005
Posts: 60
Rep Power: 4
![]() |
Well there are two types of Visual Basic.
The older versions, like VB6, VB5, VB4 and gthe ones before that, and the more modern and probably more widely used kind of Visual Basic .. VB.net. It matters what VB you have because the programming in .net is different to the programming in VB6. It's hard for anyone to answer your question unless you know for certain. A simple search in google or yahoo! can't do any harm though. Hope this helps. |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jun 2005
Posts: 10
Rep Power: 0
![]() |
Microsoft Visual Studio .NET 2003
Does this help at all ? |
|
|
|
|
|
#6 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 730
Rep Power: 4
![]() |
Indeed it does. This should be moved to the Visual Basic .NET forum. I'm not sure of any VB-specific tutorials, but since this is .Net you can read a C# tutorial and learn the same thing.
You could start off by just playing around. Create a new Windows Forms project and drag a textbox onto the form. It will be named TextBox1 unless you change it. Look at the properties pane on the lefthand side. Fiddle around with things such as Text. Now drag a button onto the form. It will start off as Button1. Go into the code view. Somewhat near the top you will see two dropdowns. In the first select Button1. In the second select Clicked. A section of code is added that is called when you click Button1. In the space between the lines with "Sub" and "End Sub" type " TextBox1.Text="Hello World" " without the outside pair of quotes. Now, when you press run and click the button, Hello World appears in the textbox. I wouldn't call that example entirely accurate, but you'll figure it out You can poke around in the help boxes and by just trying things. That's a really good way to learn when starting out.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#7 |
|
Newbie
Join Date: Jun 2005
Posts: 10
Rep Power: 0
![]() |
How do I run it?
|
|
|
|
|
|
#8 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
Hit the play button in the toolbar.
|
|
|
|
|
|
#9 |
|
Programming Guru
![]() |
move over to C# i would advise, dont worry about looking into VB .net and both can be done in the program you have.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity." - Albert Einstein |
|
|
|
|
|
#10 |
|
Hobbyist Programmer
|
if you bought it in a box instead of , say, downloading it, doesn't it come with a "getting started" book? it's really thin and kind of orangish brownish.
__________________
Children in the dark cause accidents, and accidents in the dark cause children. http://www.ronincoders.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|