Qbasicnews.com

Full Version: Visual Basic 6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok, I have VB6...but I don't know VB6. Whats a good site that teaches VB6? I want to make chatting programs and so forth. I know a little bit of Java, C++ and Qbasic, but I havent been programming in a long long time and I just want something very simple to work in. As I understand you cant use QBasic for the internet/sockets.
You can (DSock - winsock wrapper lib), but you might as well use VB, or you might also consider FreeBasic, which is a more QB-ish Win32 compiler found at freebasic.net that you can use to make socket applications.

I would just google around. I don't know of any definitive tutorials, but Visual Basic using the visual designer is easy enough to figure out without a tutorial if you just play with it for a few days (plop down controls, check out events, etc).
Explain to me FreeBasic. Is that like an IDE like Bloodshed DevC++? I'm not all that good at programming, I just know some basics and can fiddle around.
There is an IDE for it, similar to dev-c++

http://fbide.sourceforge.net/

It's a good language, you should give it a look.
Quote:Explain to me FreeBasic. Is that like an IDE like Bloodshed DevC++?

FreeBASIC is a completely new language sprung from Qbasic. Its like Qbasic evolved for the modern world of 32bit windows. It follows the same syntax and keywords, but works in and is optimised for todays systems.

(gah, how much did that sound like some commercial marketing speech! :P)
LOL I don't know Dark_Prevail.....but I'm sold...I'll buy a case...LOL
I'm sold, is it a popular language?
Quote:I'm sold, is it a popular language?
...does it matter?
This forum is basically it's main hub (last time I checked). The word is slowly spreading
It's relatively new, so all it takes is some exposure, really.
Quote:
Hellbound Wrote:I'm sold, is it a popular language?
...does it matter?
This forum is basically it's main hub (last time I checked). The word is slowly spreading

This forum and OF COURSE freebasic.tk http://fbtk.qbtk.com
Pages: 1 2