![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Yes, take Berto's advice. Move to C#. I made the mistake of investing time into VB, and regret it.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#12 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
if you are still in school you could take a programming course if they offer it, or there may be one offered at a local college or at the library. I kno that my local library offers fundamental courses in learning to use computers as well as some programming classes. Look around for some online tutorials and maybe a few VB Books might help you in the right direction.
|
|
|
|
|
|
#13 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
where to start in VB is just playing with "controls" and their "properties". make a "command button" that does something when you click on it. event-driven programming is the core of languages like javascript and just learning the fundamentals of programming something will enable you to create applications in any language with just a reference book.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#14 | |
|
Expert Programmer
|
Quote:
VB and Delphi are the most widely taught "first" languages as they are easy to advance through a steady learning curve without suddenly hitting a figurative brick wall (e.g. pointers). Also I'd argue that these types of languages provide a thorough grounding in important programming concepts (data types, execution structures etc) including Java-levels of OO, and encourage good habits. The C family of languages, whilst undoubtably more advanced, aren't as good for people with no experience of programming. It'd be great to say "I want to become a programmer" and become a C++ guru by the next day; in reality the better programmer tends to be one who's spent his due time with Pascal. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|