link between quicbasic and visual basic?
Moderators:Administrator, Global Moderator
Hello,
at work we have old programs written in Quick basic. But now I want to make a new program with windows,buttons etc (in visual basic)... that uses the old program. Is is possible without rewrite the old program? Is there some link between qbasic en visual basic?
Thank you very much!
I'd suggest that it would be easier in PowerBasic for windows.
much of the syntax for many statements remains almost identical to
those in Qbasic and QuickBasic.
They have a console compiler and gui compiler both are excellent.
The support is the best. Help is available (sometimes within minutes)
on their forum.
Neither compiler requires a runtime module and the compiled code is
significantly smaller than VB.
much of the syntax for many statements remains almost identical to
those in Qbasic and QuickBasic.
They have a console compiler and gui compiler both are excellent.
The support is the best. Help is available (sometimes within minutes)
on their forum.
Neither compiler requires a runtime module and the compiled code is
significantly smaller than VB.
To try to answer the Guest's question, yes, VB retains much of QuickBASIC. But, you are going to have to edit it, sometimes quite a bit, in order to make it work properly. Then, once it's working as a normal BASIC-type program, then you can proceed to do the changes you want to make it a Windows-type program, with buttons, check boxes, option boxes, what-have-you Windows dressings. One thing, it will be a good learning experience for you!
Ralph. Running QuickBASIC Version 4.5, Windows XP Home Edition, Version 2002, Service Pack 2, and HP LaserJet 4L printer.