Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 26th, 2006, 8:27 AM   #1
john Wesley
Hobbyist Programmer
 
john Wesley's Avatar
 
Join Date: May 2006
Location: United Kingdom
Posts: 119
Rep Power: 3 john Wesley is on a distinguished road
Send a message via MSN to john Wesley Send a message via Yahoo to john Wesley
Question General advice for learning to program VB6

is there anybody here willing to give advice about VB, im currently doing a course ( IT for Practitioners Software Development & Design ) though just starting here and not really done much coding im trying my darnest to teach myself VB6 at home also with the help of e-books, source code and greatly appreciated forum replies, but other than asking here for something specific that i can use, memorise and learn i would like to know just what a people's general views are about programming and what they think is helpful in moving forward when using VB. also am i wasting my time with VB6 when there is .NET
Thanks a bunch for any replies, they shall be thoroughly read.
john Wesley is offline   Reply With Quote
Old May 26th, 2006, 9:26 AM   #2
zorin
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 218
Rep Power: 4 zorin is on a distinguished road
Theres loads of these topics about tutorials search the forums and you'll find them. You can find example source code here. I think visual basics a good language to start with although every member will probably disagree right now. VB .NET is good and its free so if you want you could learn that without doing visual basic first. If you learn VB .NET employers are much more likley to employ you because its used in the business world where as visual basics pretty much dead as far as jobs go, don't get me wrong though there are still a few visual basic jobs around. Visual basic was one of the first languages that I learned and I still use it for small programs. I would reccomend C++ because its used pratically never ending jobs that require C++ skills so if you learn that then you should always have a job if your good at what you do. I would suggest that you learn VB first which will teach you the basics of programming and then when your confertable with that move onto another language.
zorin is offline   Reply With Quote
Old May 26th, 2006, 10:18 AM   #3
john Wesley
Hobbyist Programmer
 
john Wesley's Avatar
 
Join Date: May 2006
Location: United Kingdom
Posts: 119
Rep Power: 3 john Wesley is on a distinguished road
Send a message via MSN to john Wesley Send a message via Yahoo to john Wesley
how would you advise me to get ahead with VB other than stuff im already doing, as i said e books and source code i am using, though i find actually talking, or posting with programmers blows the subject wide open and i feel im learning the most this way by a person answering questions not a writer.
where should i set my targets if im just starting? i know a few lines of code but have only been vb'ing for a couple of weeks.
i do plan to learn c++ but thats eventually, im open to that but understand the time its going to take and not concentrating on where to go next but how to get there.
thanks alot for your reply.
john Wesley is offline   Reply With Quote
Old May 26th, 2006, 10:36 AM   #4
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
It's going to one hell of a mirgration from VB to C++. You will get confused easily! HP Learning Center had a online class for Visual BASIC. Maybe you can register for the next one. It was fairly easy. But instead of looking into VB, I recommend C#.
Toro is offline   Reply With Quote
Old May 26th, 2006, 11:06 AM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Does your course recommend or teach Visual Basic, or is it something you've just decided to learn?
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old May 26th, 2006, 12:49 PM   #6
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 378
Rep Power: 3 King is on a distinguished road
If you have to learn VB, definitely learn VB.Net. If you are just looking for a language to start learning programming, I recommend C#. C# is still pretty easy to learn, and also a way better language then VB (IMO).
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old May 31st, 2006, 6:33 AM   #7
john Wesley
Hobbyist Programmer
 
john Wesley's Avatar
 
Join Date: May 2006
Location: United Kingdom
Posts: 119
Rep Power: 3 john Wesley is on a distinguished road
Send a message via MSN to john Wesley Send a message via Yahoo to john Wesley
Quote:
Originally Posted by Ooble
Does your course recommend or teach Visual Basic, or is it something you've just decided to learn?

my course is having me use Access as of a start, apparently in order to prepare me for the use of databasing. But as i move on from here im not even sure what they have planned, so as im using Access for now in teaching ( i find this course isnt actually teaching me anything more than myself or anyone else helping me through my quest is) i looked at learning VB to get ahead.
Also i will state that since posting this thread originally i feel i have come a long way from the starting point already; thats not to blow my own horn, and i know my status is still 99% away from the end of learning this language.

I understand Toro the jump that it will be from VB to any C language but simply needed a foot in the door to give me a feel for programming and the common uses it entails.
__________________
Mona Lisa must of had the highway blues you can tell by the way she smiles..
john Wesley is offline   Reply With Quote
Old May 31st, 2006, 10:51 AM   #8
zorin
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 218
Rep Power: 4 zorin is on a distinguished road
If you get the basic concepts of programming then you can think of moving onto another language. Most programers use more than one language for the simple reason that different languages are suited to different things. Don't be put off by people saying jumping to another language will be hard, these are just asumptions or what they have heared from someone else. Everything is hard at first but thats why we learn it. I found visual basic hard at first but you pick things up fast, just the same as with other languages. Read some books, tutorials etc:- and practice coding. If you are dedicated to learn somthing that you want to learn then you should do good.

I can see why your using visual basic with microsoft access and thats because you can code buttons and other features to function with the database. I would imagine that they are teaching you access so in the future you can move onto more complex databases like MySQL.
zorin is offline   Reply With Quote
Old May 31st, 2006, 2:09 PM   #9
chepfaust
Programmer
 
chepfaust's Avatar
 
Join Date: Feb 2005
Posts: 62
Rep Power: 4 chepfaust is on a distinguished road
i just want to throw my two cents in--

if you have the ability to learn a different language, then strongly consider doing so. at least shoot for VB.NET or C#.

i use VB6 and am desperately trying to wrap up a project i am currently working on so i can start learning C# and ditch VB6 altogether.

i started using VB6 not very long before VB.NET was introduced, and now i am finding it increasingly difficult to research my VB6 problems because all the information out there seems to be slanted towards .NET. so i am having my share of regrets not learning something more scalable than VB6--if i could do it all over again, i would pick up a VB.NET book and learn from there.

cheers
chepfaust is offline   Reply With Quote
Old Jun 1st, 2006, 8:57 AM   #10
john Wesley
Hobbyist Programmer
 
john Wesley's Avatar
 
Join Date: May 2006
Location: United Kingdom
Posts: 119
Rep Power: 3 john Wesley is on a distinguished road
Send a message via MSN to john Wesley Send a message via Yahoo to john Wesley
Quote:
I can see why your using visual basic with microsoft access and thats because you can code buttons and other features to function with the database. I would imagine that they are teaching you access so in the future you can move onto more complex databases like MySQL.







I beleive this also and obviously it is a major factor of programming, im working with the concept of; they can teach me databases and il teach myself coding. ( though i say myself as to not refer to college, i actually have a good friend in programming that is helping me with my wanderings of VB6)
__________________
Mona Lisa must of had the highway blues you can tell by the way she smiles..
john Wesley is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC