
01-15-2001, 11:42 AM
|
|
Senior Contributor
|
|
Join Date: Apr 2000
Location: Edge City, CA
Posts: 799
|
|
Re: convert qbasic to vb5
|
Helmar,
Open up DOS as just a small window. Right-click on the title bar. On the resulting pop-up menu, choose 'Edit>>Mark". The cursor will become a little larger and you can mark the text with your mouse.
After marking, right-click on the title bar again, choose, "Edit>>Copy" and now it's in the clipboard for use.
BTW - Choosing "Edit>>Paste" will paste the clipboard text onto the command line.
The biggest problem porting is the syntax differences, especially, the "Open" statment and getting rid of line numbers, if there are any. Since VB doesn't have a true vertical delete function, I usually take it into an old copy of QEdit I have.
->Noah
|
|