Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to VB

Status
Not open for further replies.

theEclipse

Programmer
Dec 27, 1999
1,190
US
Hello, I am looking to learn VB, and have some questions.<br>
<br>
1)What do I need to buy/download before I can program in VB?<br>
2)Is there a special enviroment that needs to be used to write the code, or can I use a plain text editor?<br>
3)What about books/and online information or tutorials, does anyone know any good ones?<br>
<br>
Thanks <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
NO VB is all inclusive.<br>
You want use it.<br>
To use something else defeats the purpose.<br>
You write your code in Sub routines.<br>
It has syntax checking and very good help.<br>
Just highlight a word an press F1 it wil bring up Help about that Command word.<br>
And as you type code in it, it checks and helps you along.<br>
When you are done you can click the Run button and test it.<br>
Or you can run it ant anytime.<br>
If there is a problem it will tell you and also provide further Help about the error.<br>
Also you can complile it to a .EXE so it will run from anywhere.<br>
So VB does everything you need to create, test and troubleshoot, and complete a program.<br>
Even create Install disks and Internet Installations<br>
<br>
Get VB6 Professional.<br>
She's on powerful Programming language<br>
That' why so many applications are written in it.<br>
<br>
and it comes in all of the Microsft Office Applications as (VBA) Visual Basic fo Applications.<br>
<br>
<br>
<p> DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br>
 
Ok guys, I know that all makes sense to you, but what does it mean in the real world.<br>
<br>
1)where can i go to download these things?<br>
2)what do they call it? ------------/\<br>
<br>
And the first reply really didn't make any sense to me.<br>
<br>
<br>
<br>
<br>
Thanks again, <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
I doubt that you could download VB6 Pro. Try a search on egghead.com. Sometimes you can find a good deal. If you are a student, you may qualify for a discount.
 
There are 3 versions of Visual Basic 6: Learning, Professional, and Enterpise. VB 6 also comes with Visual Studio. Visual Studio comes with Visual C++, VB6, Visual J++, and some other stuff too. Visual Basic requires win 95 or better, or windows NT. It is a program just like any other.You can make windows programs with the VB 6 program. You will be able to find Visual Basic at either classifieds2000.com or Ebay.com quite economically (try to get the latest version which is version 6. Version 5 will get you going, however). I learned VB from reading books. Start with what I call the &quot;mechanics books&quot; i.e. Using VB6, VB6 in 21 days etc. There are lots of them. I read &quot;Using Visual Basic 6 platinum edition&quot; from QUE (Books-A-Million and Amazon.com have them all). Once you have the mechanics figured out you will be wondering what object oriented programming is. Read &quot;Doing Objects in VB6&quot; by Deborah Kurata. Also read &quot;Visual Basic Six Business Objects&quot; by Rockford Lohtka. Both those are must read books. On the way you may need to read database books. There are lots of areas you can go into, such as the web.
 
Thanks, I think I can go from there <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
The environment you need is VB5 or VB6 - these are the latest versions of VB. They cannot be downloaded - you must purchase your own copy. It is possible to program using only a text editor but there is now so much going on in VB that to do so would be archaic .... just stick with the program itself as it has its own editor. There are Educational Versions available for about $120 (US). There are volumes and volumes of books available from which you may learn programming. An inexpensive method is to look at the local discount book store. Most source code from VB4 and higher will work in VB6. Why spend lots of money for something that was already written for a previous version and still works ? If you will go to YAHOO or any other search engine on the Internet and search for &quot;source code VB&quot; the response you get will keep you busy for months !<br>
<br>
Good luck !
 
If I type in some code for VB in notepad, how do I compile it?<br>
<br>
<br>
<br>
thanks <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
VB 5&6 are integrated development environments. You would be much better off using the VB editor where you have syntax checking, decent help, and the ability to test your code on the spot or even create the cab files necessary to install your app on other systems.
 
Copy and Paste from notepad to the editor in vb - use the integrated editor.<br>
<br>
Don't even think about compiling from the command line - it can be done but I don't know how - and have no plans to find out &lt;grin&gt;, not worth the trouble.<br>
<br>
Do you have a lot of code in notepad? Is your problem that you're moving an application from another version of basic?<br>
<br>
Mike<br>
<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
Where would I find those files? <p>theEclipse<br><a href=mailto: > </a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>
 
You should be able to find them in the:<br>
<br>
&quot;Programs/Microsoft Visual Basic [56].0&quot; program groups<br>
<br>
-ml <p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
Check out some of the computer magazines - they sometimes have a learning copy of VB for free (I got a VB4 once with Byte).<br>
<br>
If you can't get your hands on a copy of VB, and you have a copy of Microsoft Excel, 97 you can use this. Open Excel go to Tools/Macro/Visual Basic Editor. This will run a scaled down version of the VB editor - it can be used for programs and its realtively free!<br>
<br>
Also go to site <A HREF=" TARGET="_new"> for code samples.<br>
<br>
Cal
 
If you really jsut want to get an idea of a visual basic IDE in very simple (and i mean real simple) concept of doing a drag and drop, type in code, etc, see if you can find vb3(tho this is officially dead from years past, i've found it to be 400K at downloadble size, and for some reason people still like to distribute it tho illeagally)<br>

its also not y2k compilent probally why M$ offically caleld it deaD(ever wonder if they woulda kept some partial support if it was y2k compliant) <p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href= </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top