I used Quick Basic and QBX for many years (80's and 90's) and switched to VB in 1995.
I would say to switch to VB6.
The biggest hurdle I had was changing my thinking from sequential code to event driven code.
Once you do this I think you'll enjoy VB very much.
When you have a good handle on VB6 the next thing to look at is VB.net.
But using VB6 should allow the transition to be easier.
good luck,
Bryan
Main Topics
Browse All Topics





by: Arthur_WoodPosted on 2005-01-31 at 09:04:18ID: 13184344
sicne you are familiar with QBasic already, then you might want to consider VB.NET - the biggest challenge for you will be to learn and understand the concepts of Object Oriented Programming, which are quite different from the Procedural Concepts which formed the foundation of a typical QBasic program.
AW