• Welcome to Valhalla Legends Archive.
 

Learning

Started by 13-yr-Old-Newb, February 09, 2004, 08:33 PM

Previous topic - Next topic

13-yr-Old-Newb

I'm new to vb, started learning it a while ago then computer broke.  It's fixed now and I kind of forgot most of what I know so I was hoping someone could teach me.  Or if you have any tutor websites that are fairly easy to understand that would be great too.

Thanks.
--13-yr-old-newb

Dyndrilliac

Personally you should could consider it a blessing and learn C++ instead from one of the great online tutors on the net.

But - really the only thing you need to know, is that code is _usually_ in the form of:
             
           Controlname.PropertyName = PropertyValue
           Text1.Text = "Text"

The example under the syntax would change the text of the control Textbox #1 to the string "Text".
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

13-yr-Old-Newb



13-yr-Old-Newb

I've been to vbtutor.net .  It was helpful and I understand the basics.  Any other sites that would let me understand vb further.

--13-yr-old-newb

effect

#5
www.pscode.com

Find an area of programming interest , search up some projects READ , LEARN , APPLY
Quote from: Mangix on March 22, 2005, 03:03 AM
i am an expert Stealthbot VBScript. Recognize Bitch.

Fr0z3N