Jul 27, 2008

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

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > VB Programming
Pages: 1, 2

free web hosting

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.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. best online way to learn vb - 7.27 hr back. (1)
  2. visual basic 6 msdn torrent - 55.84 hr back. (1)
  3. blog best way to learn vb.net - 82.11 hr back. (1)
  4. best way to learn vb - 141.11 hr back. (2)
Similar Topics

Keywords : cheapest, learn, vb, spend, lot, money

  1. New Gc Hyip Manager Pro Support Libertyreserve & V-money (decoded Php File) With License [SPAM]
    (0)
  2. Lazy People Can Make Money Too
    (6)
    Making a website from scratch, not to mention one with all the fancy scripts to make it able to
    update automatically, is no walk in the park. So what do you do if you want to make money, quickly,
    painlessly and most importantly automatically? Here is one way - "Auto Niche Video Sites". These
    websites pull videos from Youtube based on your keyword. You can monetize this type of sites using
    Adbrite, Bidvertiser or with any other affiliate products. Don't use Adsense with this type of
    sites as it is against Google TOS. The success of these sites is purely based on the....
  3. Money From Digg?!
    can you earn some money from web 2.0 sites? (2)
    Hy.. Anyone heard about this or earn any penny this way?! I found some articles while surfing
    the web..for me digg is not so interesting yet, and not many of my friends use it...it's more
    like a marketing tool or something I read that are some organizations that pay for digging, if you
    write a post and someone diggs it or something like that, even that you get payed for rating posts..
    also read that this thing can be done even for StumbeUpon...is that true? I found a website to
    register "user/submitter" but guess is either scam or not alive anymore.. found also "....
  4. Make An Online Game To Earn Money
    Mainly for students (2)
    Hi im New but i have discoverd a way to make money its quite simple /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />. I always wanted to make my
    own game then i heard of mc codes i downloaded it and it took me about 2 months to setup /ohmy.gif"
    style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> , Yup it took me long because
    this was my first time editing script and im still a newbie cant blame me im only 15 /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> any way i made money....
  5. Perl Regular Expresions Regex
    Learn how to use regular expressions (2)
    I've searched the Tutorials section, but haven't found a RegEx tutorial, so I thought
    I'd add one, since it's very usefull to know regular expressions if you're a
    programmer... If I overlooked a tutorial explaining RegEx, my bad, just erase this tutorial... Ok,
    first off, regular expressions are a great functionality of Perl, but the can also be found in other
    languages and environments, such as linux shells, or PHP... I'm guessing most people would be
    interesten in useing regular expressions in PHP... Let's go on with a complex matching reg....
  6. A Prelude To Programming
    What to learn? How to learn? (9)
    I'm quite interested in learning programming. I want to know how us eager souls can go about
    doing that. I'm interested in both web and desktop programming. I already know XHTML & CSS. Any
    recommended books?....
  7. Best Way To Make Money From Your Website?
    (5)
    I'd like to start a website that offers a free service, yet in order to keep this service going
    I will need a small income...any ideas? I know about adsense and whatnot but I would like something
    more.....
  8. Recommended List Of Money Making Sites
    A list of 10 sites from which easy money can be made (0)
    I just want to let everyone know I have updated my list of money making websites and in my opinion
    the 10 listed are the most reliable and honest money making sites that are free to join available.
    Please review this blog and let me know what you think http://makeeasymoney247.blogspot.com ....
  9. Money For Teens
    Good ways to earn money? (6)
    So I have noticed that many recommends Google Adsense when people wants to earn money by placing ads
    on their website(s). The only problem is that you need to be 18 in order to use Adsense. (Maybe you
    can get your parents to sign up.) But still I am wondering if there are any good options out there
    for people under 18? Maybe there are not any good out there, what do I know. Therefore I am asking
    you. Thanks. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  10. Please Can You Review My Blog
    List of recommended sites for making money online (3)
    I am currently in the process of constructing a list of the best sites through which to make money
    online and would like people to take a look at the sites I have added so far. I am obviously still a
    long way of completing it but just wondering whether people think it is a good site / idea
    http://makeeasymoney247.blogspot.com Also if you have not yet signed up to ClixSense I would
    highly recommend it. You can join for free but you are better of paying the small $10 yearly
    membership fee as this will bring you a ton more paid adverts - more than any other site I ....
  11. Learn Java Programming Language Online Step By Step
    (0)
    I had found this site >> http://learnjava.awardspace.com This website is for people who want
    to learn Java Programming Language step by step. This website also includes JAVA lessons from the
    beginning to advanced level. So this site appropriates for the beginner of Java programmer language
    or non-basic Java Programming Language. The lessons are easy to follow and understand starting
    from how to get your PC JAVA ready, the fundamental programming concept and creating the real
    application. Moreover, the working examples are also included. Please enjoy the les....
  12. Make Money Online Blog
    (1)
    Hi, I need people to help me to review or give comments about my blog: bloggingdotprofits.com
    One area lacking is content, how about other factors? Thanks in advance. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  13. Make Money Using Youtube And Adsense
    Make money (10)
    Well if you hace a adsense account and a youtube account and you have more than 200 subscribers, get
    lots of views in your videos then you can start putting ads onyour videos and everytime some click
    on that ad you get money. I think this is a good way to earn money but you need to have alot of
    requirements. And the response takes for ever i sent them a Email to become a youtube parnert (that
    is what is call) and they told me no 2 weeks later!!! Want to become a youtube parnert
    here is the link... http://www.youtube.com/partners And you get more feature....
  14. A.w. Surveys
    Easy way to make money online! (4)
    Did you ever want to take surveys for money? But don't want to be hassled by scam sites? Then
    A.W. Surveys is for you! All you do is take web site evaluations, just write a three sentence
    summary of a site they link you to. Simple, right? Well it gets even easier! There is this
    referral part of the site, where you give your friends your link, they sign up under it and you get
    $1.25!! I got bored so I made this, it's also something good to put on your
    site's as ad's. *click here to sign up for A.W. Surveys, you're helping the site....
  15. Make Money Using Chacha
    very easy and legit (2)
    If anyone wants to become a guide at chacha.com; I have up to like 20 invites. give me your name
    and email and i'll invite the first 20 people. When I get more invites i'll invite more
    people. Here's some news articles about chacha:
    http://abcnews.go.com/GMA/TakeControlOfYourLife/ http://news.com.com/2100-1038_3-6109782.html ....
  16. Learn Html, Css, C And C++ Online For Free
    Wanna learn to write programs and/or make websites? You can do it fre (12)
    Have you ever used an application or played a game and thought, "If you could only..." or "If I knew
    how I would add..." but didn't know where to start? I did and decided to do a lil research. I
    came across a site with great tutorials. There are many ranging from beginner all the way to
    advanced. After each tutorial there is a test to practice what you just learned. I dunno if I am
    allowed to post the url to these sites here due to spam filters but I will say that if you search
    for "c programming" in any major search engine it should be the first link (after the....
  17. Reverse Funnel System Making Money On Auto Pilot.
    (2)
    Hi Guys This site provides a very best business opportunity making money from online and also
    it is a home based business.You can earn money in profit-manner.It also provides Reverse funnel
    system making money on auto pilot. Reverse funnel marketing,perpetual leverage payplan,global
    resorts network,gold crown resorts,reverse funnel system,ultimate home business,fullyautomated,think
    and grow rich,home biz,passive income,no phone calling,ultimate solution to home and so on. Cheer"s
    Reverse funnel system making money on auto pilot ....
  18. Earn Money!
    ...While Playing! (2)
    Anybody who wants and enjoys playing billiard let me know, because now you can play this game for
    real cash among many people of different nations. If you are interested, write your emails over here
    and I will send you invitations as soon as possible.....
  19. Is It Really Possible To Make Any Money Online?
    (12)
    Hello, all and thank you for taking a moment to read. I wonder if it is really possible for a
    regular internet user to make money online. I mean, I know that there are many people telling their
    "huge payoffs" and their "wonderful revenues", but I have never met a real person with a real story
    of (at least relativa) success. If you are one of those real people I have not met yet, please feel
    free to tell your story. How much time you need to invest in order to start earning real money? What
    do you need to do? What are good options to start? What things is better not to ....
  20. Cool Site To Learn Languages
    Learn to speak in Native accent (4)
    http://www.livemocha.com/ Discovered this site months before. And also I took some classes. I
    should say this is really cool one. Try it. Learn new languages in a social way with LiveMocha.
    Livemocha is the first-of-its-kind online language-learning community. With fun and interactive
    lessons that move at the right pace for you. You can access their team of passionate language tutors
    and start track your progress to reach your goals. Learn, practice, and share. Learn these
    languages: English, French, Hindi, German, Spanish and Mandarin Chinese, among other....
  21. Where Is There A Good Site To Learn Web Html?
    (18)
    im a noob when it comes to web html to design web sites, can some one tell me where to find a good
    website that has good tutorials on how to use web html?....
  22. Making Money From Home
    (13)
    .................................
  23. How To Make Money Online
    (22)
    Hi fiends, I am new here, Someone PLEASE tell me exactly how you can easily make money online
    without spending a lot to start and not starting a traditional business.... Thanks in advance! ....
  24. Learn Html Quick And Easy
    HTML, javascript, and CSS (14)
    well eversince i got interested in web desighn i've looked for tutorials but they where not that
    helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
    htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
    comprehenseve . and i read through all of them, understoode them, in about less than a week. also
    has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
    tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
  25. Blog Money
    Discover the hidden money potential of your Blog (13)
    Hi Friends, Here is a dedicated site for online money making http://magicomedy.blogspot.com/
    Please vivit and coment sherif www.sherifmayika.com....
  26. What Was Your First Computer, And How Did You Learn To Use It?
    After hours of searching which category this fits in, I couldn't f (44)
    Yeah... Me? I don't remember but I am interested to know about you. /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> I know it may seem a
    stupid question but it interests me. So... What was your first comp and how did you learn to use
    it?....
  27. Selling Used Games At Eb
    How much money do they give you? (15)
    I'm thinking about selling some of my old games I never play anymore to EB, and I was just
    wondering, how much money would they give me? For example, if I sell a game that they sell for
    $10 on the used rack (and it's actually only on the used rack) how much money would they
    give me?....
  28. Running Bios Setup On A Dell Inspiron 8000 Laptop
    How do you do it? Dell wants money to tell me (8)
    My aunt gave me her old laptop, and I want to reinstall Windows on it. For sarters, the DVD-ROM
    drive is not first in the boot order. So I need to open the BIOS Setup program to change it. I tried
    pressing about half a dozen key combos, and couldn't get it to run. I called Dell, and they gave
    me some garbage, saying that I would have to pay to get help. So I come here, to ask you, how does
    one open the BIOS Setup program on a Dell Inspiron 8000 laptop?....
  29. Who Would Like A Genuine Money Earner
    (5)
    I've been scammed and promised the world, but only the people at the top prosper. I have now
    finally found a fantastic way to earn a living alongside my normal job. The advantage is that the
    site is regulated and is trading completely legitimately. This can be done from many countries
    around the world. If you want further info then message me with your email address. I dont want to
    post a link and upset the people on here. I cannot stress how good this oppotunity is.......
  30. where did you learn html from?
    (84)
    HI, i am intresting in knowing where you began learning html of what inspired you to start learning
    html. which programs did you use or which progs dyu use?....

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

Searching Video's for cheapest, learn, vb, spend, lot, money
Similar
New Gc Hyip
Manager Pro
Support
Libertyreser
ve &
V-money
(decoded Php
File) With
License
[SPAM]
Lazy People
Can Make
Money Too
Money From
Digg?! -
can you earn
some money
from web 2.0
sites?
Make An
Online Game
To Earn
Money -
Mainly for
students
Perl Regular
Expresions
Regex -
Learn how to
use regular
expressions
A Prelude To
Programming
- What to
learn? How
to learn?
Best Way To
Make Money
From Your
Website?
Recommended
List Of
Money Making
Sites - A
list of 10
sites from
which easy
money can be
made
Money For
Teens - Good
ways to earn
money?
Please Can
You Review
My Blog -
List of
recommended
sites for
making money
online
Learn Java
Programming
Language
Online Step
By Step
Make Money
Online Blog
Make Money
Using
Youtube And
Adsense -
Make money
A.w. Surveys
- Easy way
to make
money
online!
Make Money
Using Chacha
- very easy
and legit
Learn Html,
Css, C And
C++ Online
For Free -
Wanna learn
to write
programs
and/or make
websites?
You can do
it fre
Reverse
Funnel
System
Making Money
On Auto
Pilot.
Earn
Money! -
...While
Playing!
Is It Really
Possible To
Make Any
Money
Online?
Cool Site To
Learn
Languages -
Learn to
speak in
Native
accent
Where Is
There A Good
Site To
Learn Web
Html?
Making Money
From Home
How To Make
Money Online
Learn Html
Quick And
Easy - HTML,
javascript,
and CSS
Blog Money -
Discover the
hidden money
potential of
your Blog
What Was
Your First
Computer,
And How Did
You Learn To
Use It? -
After hours
of searching
which
category
this fits
in, I
couldn't
f
Selling Used
Games At Eb
- How much
money do
they give
you?
Running Bios
Setup On A
Dell
Inspiron
8000 Laptop
- How do you
do it? Dell
wants money
to tell me
Who Would
Like A
Genuine
Money Earner
where did
you learn
html from?
advertisement



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



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
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