Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-01-2008, 04:36 PM   #1 (permalink)
 
True Techie

Join Date: Jul 2005

Posts: 128

Death Row is on a distinguished road

Default Learning Visual Basic

I've decided to have another go at learning to program (last time I tried learning C I got bored because I didn't see it having much use to me) and have decided to begin with Visual Basic.

We used Visual Basic in a school database project with Excel, so I have a passing knowledge of syntax, and some commands - hence I thought it seemed like a good starting point (+ it's higher level, so I assume that'll make it less confusing than C was).

I'll need to pick up a book on programming for VB, but I just have a few questions.

With Access, there was a GUI when making VBA; when making indpendant VBA (i.e. one that doesn't use Excel in the background) does one also use a GUI like that? Like some sort of development environment, or is it all scripted?

What are some good programs/compilers (preferably freeware) to use with Visual Basic compilation and design?

Any other tips for learning would also be appreciated.

Cheers,
__________________
Death Row is offline  
Old 06-05-2008, 08:53 AM   #2 (permalink)
mattew's Avatar
 
Banned

Join Date: May 2008

Posts: 147

mattew is on a distinguished road

Send a message via MSN to mattew
Default Re: Learning Visual Basic

well why not u try learning c# even thats a good programing language
the programing methodology is same for all .....
i beleive u must have started learning c++ before c cuz c is still a bit procedural programing but c++ is fun..... u r fetched with all oop concepts..
mattew is offline  
Old 06-23-2008, 12:01 AM   #3 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: Learning Visual Basic

I learned Visual Basic using Visual Basic Express Edition, 2003 ver. You can download a newer Visual Basic Express Edition than that for free, the 2008 version, by going to Microsoft's website. You can practice your Visual Basic programming ( it is a compiler,assembler, and debugger, all-in-one). You also can do C# programming with it as well, although I haven't done anything with C# yet. One of the coolest features is Intellisense, which helps you to find proper syntax when you might be having a hard time, if it is turned on (it is by default). Also, keep your Option Explicit and Option Strict parameters on, which will keep things a little easier for you as well.
oldskool is offline  
Old 06-23-2008, 12:51 AM   #4 (permalink)
Jorsoft's Avatar
 
Wizard Techie

Join Date: Feb 2004

Location: Minneapolis, MN

Posts: 4,539

Jorsoft will become famous soon enoughJorsoft will become famous soon enough

Default Re: Learning Visual Basic

Yeah the Express edition is free and works very well for beginners. The only people who wouldn't like it are like businesses and high level programmers.

As for books, etc. I don't really know. I just took an Intro class in college and got the book they wanted me to.

If you use VB Express or Studio then you will use a GUI to crate windows programs. It's not like C where you just edit in notepad and then compile. Though you can technically do it that way with VB it's a pain when you're making Windows programs.
__________________
Jorsoft is offline  
Old 06-24-2008, 12:31 AM   #5 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: Learning Visual Basic

jorsoft03, I have a question for ya. What is a good way to learn about programming languages other than Visual Basic ? I had an intro. course in college, and haven't had the advanced course yet, so I know I need more work in VB. But I have interest in learning just a little about other languages (for comparison-making more than anything at this point, I don't want to confuse myself too much ! ).

I mean, my question ultimately is, in VB there is the GUI you mentioned, but when I look through books of C++ or Java information, they are mostly syntax, and I am used to OOP in the way of VB. Don't know if I am making sense with the question, but all I am trying to say is I don't know where a good source of information would be to learn how to develop other types of applications using non-VB languages. Thanks whether you can help me or not.
oldskool is offline  
Old 06-25-2008, 07:26 PM   #6 (permalink)
Jorsoft's Avatar
 
Wizard Techie

Join Date: Feb 2004

Location: Minneapolis, MN

Posts: 4,539

Jorsoft will become famous soon enoughJorsoft will become famous soon enough

Default Re: Learning Visual Basic

Well I'm not an expert at programming, I actually hate doing it. I've only ever done command line stuff with C++ and as far as I know that's basically what it does. It's a much lower level language than VB so it's powerful but complicated and not exactly user-friendly. C++ is used to compile things like 3d game engines and high level scripts so a GUI programming environment is useless there. It was meant for things more complicated than VB, basically. Somebody else might be able to answer your question better....

And I'd check out this, should be some good info on here. This looks like a decent forum, too, so maybe if you search through some old threads you'll find some more answers.

How do I make a GUI in C++ - C++
__________________
Jorsoft is offline  
Old 06-25-2008, 09:47 PM   #7 (permalink)
oldskool's Avatar
 
Electrical Systems Design

Join Date: Jun 2008

Location: Maine, USA

Posts: 1,646

oldskool has a spectacular aura aboutoldskool has a spectacular aura about

Default Re: Learning Visual Basic

Thanks Jorsoft. I will go check it out
oldskool is offline  
 
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Tutorial??? KrYpToNiC Programming Discussions 3 01-31-2008 11:24 AM
Visual Basic Error Max Power Windows Operating Systems and Software 9 01-23-2008 05:34 PM
Create a new line on visual basic text box Mike9182 Programming Discussions 4 08-12-2007 06:35 PM
Visual Basic & FineReader 8.0. Help ! Johnny888 Programming Discussions 1 05-29-2007 07:55 PM
quick and easiest way to learn visual basic.net? maxima2k2 Programming Discussions 2 05-22-2007 08:46 AM