Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » A good way or website to learn Visual Basic
Closed Thread
Old 08-11-2005, 05:56 PM   #1 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 457

Rawan AbuSalman

Default A good way or website to learn Visual Basic

Hi,
I want to start learning viual basic...
I know nothing about it right now...do you know of any good tutorials or websites that could benifit me?

Thanx
__________________

Intel Core 2 Quad 2.4 Ghz
4 GB RAM
500 GB HD
512 MB ATI HD 2600 Pro
32" Samsung LCD
Windows Vista Ultimate
------------------------------------------------
HP Pavilion dv2000, Core 2 Duo 2.0 GHz
2 GB RAM
160 GB HD
DVD RW LightScribe
383 MB nVidia Graphics
1.3 MP Web Cam/ Fingerprint/ Bluetooth
Windows Vista Home Premium
Rawan AbuSalman is offline  
Old 08-12-2005, 08:54 AM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

http://www.tech-forums.net/showthrea...threadid=50109
http://www.tech-forums.net/showthrea...threadid=31371
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 08-12-2005, 09:30 AM   #3 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 457

Rawan AbuSalman

Default

thanx....

PS: What do you advise to start with? I was thinking on starting with c++ but it looks that it is very hard and copmlex for beginers... then, VB is the best to start with, right?
What about Java...I'm intersted in learning it also...but should I know a little bit of coding before I start? (some VB at least)
__________________

Intel Core 2 Quad 2.4 Ghz
4 GB RAM
500 GB HD
512 MB ATI HD 2600 Pro
32" Samsung LCD
Windows Vista Ultimate
------------------------------------------------
HP Pavilion dv2000, Core 2 Duo 2.0 GHz
2 GB RAM
160 GB HD
DVD RW LightScribe
383 MB nVidia Graphics
1.3 MP Web Cam/ Fingerprint/ Bluetooth
Windows Vista Home Premium
Rawan AbuSalman is offline  
Old 08-12-2005, 09:48 AM   #4 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Don't EVER learn VB. Uneless you have to for a job. VB is probably the worste formed language known to man.
I would suggest starting with Python, then perhaps going to Java, then C#, then C++ (if you so wish).
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 08-12-2005, 01:18 PM   #5 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

I'm going to differ from the usual suggestions here and say that you should learn a procedural langauge first. That means you should try to work with PASCAL or C before you move on to C++/C#/Java/etc.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 08-13-2005, 05:21 AM   #6 (permalink)
 
Ultra Techie

Join Date: Aug 2005

Posts: 656

dnoch

Default

I am just started programming. I started with java and it is working well for me. check out http://www.holtsoft.com/ready/
ps. I would not recomend teaching yourself to program, whether from books, tutorials etc. I once tried that with BASIC, and gave up after a while. Try find someone who knows how to program, who is willing to teach you (im sure you know someone)
dnoch is offline  
Old 08-13-2005, 05:57 AM   #7 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 457

Rawan AbuSalman

Default

thank you for your reply...
Did you start learning Java on your own? (was it from that tutorial you posted a link to?)

I know it is kind of hard to learn programming on your own..and I know a lot give up after a while...

My friend knows some VB...he taught himself though but he said it was very hard for him...that's why I am searching for a good tutorial...besides, I think I'm not going to do VB...Maybe Java or something else...
PS: Was Java hard when you began? Is it that complex that you don't understand anything at the beginning? Is it harder than VB or not?

thanx
__________________

Intel Core 2 Quad 2.4 Ghz
4 GB RAM
500 GB HD
512 MB ATI HD 2600 Pro
32" Samsung LCD
Windows Vista Ultimate
------------------------------------------------
HP Pavilion dv2000, Core 2 Duo 2.0 GHz
2 GB RAM
160 GB HD
DVD RW LightScribe
383 MB nVidia Graphics
1.3 MP Web Cam/ Fingerprint/ Bluetooth
Windows Vista Home Premium
Rawan AbuSalman is offline  
Old 08-13-2005, 12:23 PM   #8 (permalink)
 
Ultra Techie

Join Date: Aug 2005

Posts: 656

dnoch

Default

I learned Java (using Ready) from a teacher. I found that learning the code was very easy. All you need to do is practice a lot. Whenever you are bored/inspired, think of something you wish could be done for you, and write a program to do it. Do not be discouraged by the seemingly long and hard code, it becomes second nature very quickly. I would not recommend any form of BASIC, it may be easy to use, but it is a dead language, and not nearly as powerfull as java, and all versions of C. You may have seen on the Ready website, the book you can buy that comes with the software. If your only way of learning to program is through a book or tutorial, I would recommend that book to you.
Hope this helps
dnoch is offline  
Old 08-13-2005, 02:52 PM   #9 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Well, don't totally count out being self-taught.

I have a full 4 year formal Computer Science education with all the fun theoretical basis for stuff, but I learned to program completely on my own when I was in middle school/early high school. You just have to have a lot of patience and curiosity about it.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 08-13-2005, 04:46 PM   #10 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 457

Rawan AbuSalman

Default

thanx a lot dnoch...I think I will start with Java...(its much easier than C++, right? and they are pretty much the same in coiding so if I start with Java, I can easily understand and start c++...

You said you learned Java with a teacher using ready...how is that? Did the teacher teach you the codes and stuff or did she only guide you through? And was all the teaching using the website?

thanx again...
__________________

Intel Core 2 Quad 2.4 Ghz
4 GB RAM
500 GB HD
512 MB ATI HD 2600 Pro
32" Samsung LCD
Windows Vista Ultimate
------------------------------------------------
HP Pavilion dv2000, Core 2 Duo 2.0 GHz
2 GB RAM
160 GB HD
DVD RW LightScribe
383 MB nVidia Graphics
1.3 MP Web Cam/ Fingerprint/ Bluetooth
Windows Vista Home Premium
Rawan AbuSalman is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On