i would just like to get my thoughts in before this thread starts to be ignored
i used DarkBASIC for a while, and i have to say i found the original to be buggy and rather uninteresting
true , its versitile and you can do graphical programming easily, but for some reason ever time i started a new project, i would get half way through programming it and would end up with something cvrashing or a command working improperly, long story short, using a proper language is much better, you will learn a lot more if you learn either a normal programming language (C++ for example) or a visual programming tool ( visual c#)
i have to say that visual c# makes it easy to make some really good applications on the .NET framework ( ive made a custom launcher, complete with icons to just about everything useful on my pc)
however, it all depends on time and what you want to do, if you want to get straight onto graphics, use DB, if y7ou want to handle data and make "smart" programs use C++ and if you want to combine the 2 but you want to draw your forms and then use code to make it work then VC# or VB might be your thing
if your interested i recommend visiting MSDN here
http://msdn.microsoft.com/vstudio/express/visualcsharp/
and looking round at all of the express editions of their IDE's, good luck anyway

Quoting:
Saucemasterpimp
Stress goes to the '750-page book', where you will have to sit down and do some good ole fashioned reading and practicing before you're ready to make your first game.
ive read the DB book, it goes from data to graphics without filling that little gap in the middle, i didn't learn a thing
it was only till i gave up and tried VC# when i read a book that made sense when i started seeing everytihng come together
http://www.amazon.co.uk/Teach-Yourself-Visual-Complete-Starter/dp/0672327406/sr=8-2/qid=1166028330/ref=sr_1_2/202-9672870-8357443?ie=UTF8&s=books
i also grasped some of the basics of C++ when i borrowed C++ for dummies from the library , but it was way out of date and i decided to think about trying a better IDE and book