Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting QBASIC to Visual Basic

Status
Not open for further replies.

tbellomo

Technical User
Jan 28, 2002
73
US
Hello,
Is there any utility that will help me convert an old quickbasic program to visual basic. The program was made for my company before i got here, and now my boss wants to expand its capabilities and make it easier to use. I'm pretty skilled in VBA, but is there anything to make this conversion simpler?

Thanks,
Tim
 
I am working on this type of conversion myself. I'm converting a large Thoroughbred database to SQL. It's tedious, but I took the file layouts, created tables and did a datadump to a delimited text file and put the data into the tables. It takes forever but I don't know a better way. If you figure out something let me know. I'll do the same.
 
As meldrape implies, this kind of thing is pretty much a manual effort. Many "core" BASIC elements (such as string functions, math statements, file manipulation statements, etc.) will work the same, but other than that, you'll need to create new code in VB to simulate the functionality of the QB program. If you have any specific questions related to the project, post here and I'll try to address them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top