MaStErPfu
Jan 8th, 2000, 05:04 AM
I know the title is about QBASIC but i am programming a QB Compiler for DESKTOP instead of DOS. This program can open and save. But the only thing is I dunno how to make this codes save the thing and run the codes from QBASIC 4.5 I tried using this codes:
Private Sub mnuRun_Click()
Shell("QBASIC.EXE /r ??????????",vbNormal)
End Sub
But the problem is, I dunno how to make the directory that would run the code that you are working on....... HELP!!!!!
Private Sub mnuRun_Click()
Shell("QBASIC.EXE /r ??????????",vbNormal)
End Sub
But the problem is, I dunno how to make the directory that would run the code that you are working on....... HELP!!!!!