Cheapest Way To Learn Vb? - i don't want to spend a lot of money

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #18) by markcqm on Dec 2 2005, 06:08 AM. (Line Breaks Removed)
To learn VB is not nesessary spend lot of money.you can study VB by serveral books, VB websites.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > VB Programming

Cheapest Way To Learn Vb? - i don't want to spend a lot of money

alapidus
i wanna learn VB but i know that it costs money. for someone like me who justs want to learn, experiment, and make some basic (no pun intended) programs, what are my best and cheapest options? and where can i buy it?

if i can get VB bundled with a book tutorial that would be great!

Reply

Galahad
Easy way to learn VB? Well... VB is pretty easy by itself, but download as much source code as you can, READ it, UNDERSTAND it, and yes... read HELP... That always helps smile.gif

As for bundled software.. I believe there is VB Learning Edition, but I don't know if it comes with books...

Reply

de4ws
Im not sure where you can get the VB Student edition, or whatever, not sure what it is called, but i know there is one. I got it at my school (in comp sci 1). My professor burned a bunch of copies. He has real version, then got a liscense to burn 50 or so (without all the features) and sold them for 5 bucks (because the liscense cost a lot of money. It comes with most of what i need for making my basic programs, the only thing i miss is the Change to .exe function. This is the best way to go, i imagine you can find them on Amazon.com or ebay or something. Good luck wink.gif

Reply

joeblow1102
i found a book at my local library that had a working version of vb on it. however, it was a demo and didn't have all of the features. i think i just couldn't make a lot of programs and i couldn't make them .exe. that sorta sucked. or do what someone before said to do and take a class at school.

Reply

dropout21
ethical or not, you can download the torrent of visual studio 6: visual basic 6 and visual c++. one major problem, especially for learning, is that the MSDN files are not included, a section of these files, is the help files. so its best to find a good tutorial online if you dont have the MSDN files. the visual studio 6 takes a ... while.. to download... if your on dial up i wouldnt attempt it

Reply

Arbin Gurung
Looking at others' source code also help besides going though books this is a very fast and effective option. That's what i think.

Reply

Matt1eD
I have never found VB books to be good. Most start with extremely intuitive basics which (I assume) are v. simple to someone who must be pretty computer proficient / IT literate before they'd start think of programming. Experiment and then use a book, you are not going to write a virus that destroys your boot.ini files just from experimenting. Studio .NET is not very new user friendly and the saving system is very trying to be helpful but not (a bit like Win XP {and Longorn}. However try:

Visual Basic 6 in 24 Hours by Perry Hettihewa - www.samspublishing.com included a copy of the working model of VB6, which prevents you from creating *.exe(s) and does not include the MSDN library (e.g. just v. simple help on a few topics) however it is available on Microsofts website.

Visual Basic 6 In Easy Steps by Tim Anderson; available on Amazon (it has a lightbulb on the frontcover). Visit the publishers site for more info.; Computer Step Publishing. They've updated it since my edition too.

Also for making games and teaching you along the way ISBN only as getting tired now! (0-7615-3553-5). Amazon do it.

Someone earlier said VB was simple and quite (forgive the pun) basic; try reading Professional Visual Basic 6 - The 2003 Programmer's Resource, ISBN (1-86100-818-x). You might start getting a bit perplexed at both the cost and content. And no it isn't just SQL database links... it gets worse. ohmy.gif

I think that you can download a free copy of the Beta Express edition of Visual Basic 2005; but I still recommend VB6 - certainly for beginners.

I thoroughly recommend you learn VB6 before getting involved with the .NET framework which can add complications (and franckly VB6 is much nicer; despite a few less features).

Well I hope this helps, but the lightbulb book is the best to start. Most important of all - have fun. laugh.gif

Matt Dickins

 

 

 


Reply

Matt1eD
Also:

Try and get a programming friend to write the code for a program you want (binary calculators are a good start) and then talk through it with you - and work out future versions of the program and then talk through the code. N.B. not all programmers have good social skills and even less are good teachers.

However second to that I am setting up a programming forum site soon; purely for newbies. Where everyone exchanges their code and discusses why it works or not and then when working posts it up again and says why it was wrong. That's the second best way to learn. And most computer people have computer interaction skills but not human skills - so in some respects it works better than idea 1.

Third to that get the books I recommend!

Reply

ARNEL
QUOTE(alapidus @ Dec 6 2004, 06:46 AM)
i wanna learn VB but i know that it costs money. for someone like me who justs want to learn, experiment, and make some basic (no pun intended) programs, what are my best and cheapest options? and where can i buy it?

if i can get VB bundled with a book tutorial that would be great!
*



Well, If you really want to learn visual basic 6.0, off course you need to spend for books and read the basic there. when you know the basic of visual basic 6.0 then try this link:
Free Source Code for VB6.0

You can find many source code there and try to read and understand each lines of code...

If you want to become a good programmer you should read, read and read... thats the only cost you need to spend...smile.gif

Hope this will help .

Reply

ARNEL
Ohh I forgot to mention, that links contains a lot of source code not only vb6.0, it has also code for Perl, PHP,SQL,VB, LISP,Java/Javascript,Delphi, COld Fusion, C/ C++, ASP/VBScript, and VB.net.. just go there and choose your flavor...
smile.gif

Reply

Latest Entries

markcqm
To learn VB is not nesessary spend lot of money.
you can study VB by serveral books, VB websites.

Reply

leiaah
You can try visitng websites that offer free VB tutorials. You can save the pages in your hardrive so you don't have to learn while you're online. There are tons of websites that cater to VB starters and I'm sure you'll find something. They might even allow downloads of existing projects with the forms and the source codes. smile.gif

Reply

niloc
If you didnt want to spend money buying vb6 just incase you didnt like it that much , you could try another option.

In excel ... i am presuming that you have excel , you can add in visual basic code.

To enable visual basic in excel .... view/toolbars and tick visual basic.

You now get the visual basic toolbox.

Open up the control toolbox .... select control button.

Now use mouse and left button down to define the size of a button on the worksheet.

Double click on the command button and it takes you into the visual basic editor.

From there you can then type your visual basic code that is associated with that button.

For example type in the word beep between the 2 lines private sub and end sub.

Now go back to your spreadsheet and click on the triangle/ruler icon in the visual basic toolbox ..... this will exit the visual basic design mode.

Now if you click on the button you will hear a beep.

The code is called VBA , its not visual basic 6 .... but its near enough and a good place to start.

Reply

TPFWebmaster
There is an edition of Visual Basic called 'Visual Basic Control Cretion Edition'. It is absolutely free except that you cannot create EXE's. A good idea for learning VB

Reply

rip
ive learned vb last year and i find it ...very good...it is easy to type the code cause it will provide it for you....but the only problem is debugging well every program has a bug...: )

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. easy way to learn vb.net - 4.69 hr back. (1)
  2. easy way to learn visual basic 6 - 12.73 hr back. (1)
  3. msdn vb6 torrent - 31.31 hr back. (1)
  4. easy way to learn vb 06 - 35.74 hr back. (1)
  5. easy way to learn vb - 62.10 hr back. (1)
  6. learn vb6.0 free - 80.19 hr back. (1)
  7. "visual basic 6 in easy steps" torrent - 81.24 hr back. (1)
  8. how to learn visual basic in simple ways - 85.23 hr back. (1)
  9. easy way to learn vb codes - 109.79 hr back. (1)
  10. if you want to learn html online, what is the cheapest option? - 141.17 hr back. (1)
  11. easiest way to learn vb.net - 166.38 hr back. (1)
  12. visual basic 6 msdn torrent - 172.60 hr back. (1)
  13. "free learning vb6" - 173.85 hr back. (1)
  14. simple steps in vb6.0 free books - 176.87 hr back. (1)
Similar Topics

Keywords : cheapest vb


    Looking for cheapest, learn, vb, spend, lot, money

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for cheapest, learn, vb, spend, lot, money

*MORE FROM TRAP17.COM*
advertisement



Cheapest Way To Learn Vb? - i don't want to spend a lot of money



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE