|
-
Jan 29th, 2000, 01:04 PM
#1
Thread Starter
Member
I have some programs written in Basica and have the .bas files.
Is there any way to use them directly through VB or does someone know if any basica compiler is available which will convert them to exe files.
Regards
Manjinder Sodhi
------------------
-
Jan 31st, 2000, 01:20 AM
#2
Junior Member
Hi Manjinder,
I needed to do that once and never could find a converter. I ended up loading the code into the module.bas file and then cutting and pasting portions of the original program into the different areas. Like a command box to do a calculation I cut the calculation portion out and place it in the command_click portion of the VB program. It was rather painful at times but it worked.
Bye,
Jim
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|