Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /CIRCLE2.BAS ...
qbasic@yahoogroups.com
Apr 3, 2003 12:07 am
2053
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /COOLLINE.BAS ...
qbasic@yahoogroups.com
Apr 3, 2003 12:09 am
2054
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /NVRLND.BAS ...
qbasic@yahoogroups.com
Apr 3, 2003 12:10 am
2055
I am not sure if I answered your question...have I?...
could somebody tell me how to convert y axis in the screen of Qb become as same as math coordinat..??? i mean from the bottom to the top for positive y..???...
WINDOW (x1, y1)-(x2, y2)] x1 = left most value y1 = top most value x2 = right most value y2 = bottom most value i.e. SCREEN 12 WINDOW (-100, 100)-(100, -100) ...
oh..thank you so much... i 'll use this to do my homework..... Randy Keeling <Randy@...> wrote:WINDOW (x1, y1)-(x2, y2)] x1 = left most value y1 = top...
i am a worker in a internet cafe. i find in my computers had been installed by a program that is made from vbscript..by a user. its very-very annoying me..like...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /Crystals.exe ...
qbasic@yahoogroups.com
Apr 11, 2003 8:13 pm
2063
Hi All - I am new to this group and I am in major need of some help on a homework assignment for my computer class. I am writing a program and I am having...
You can access your hard disk in dos and look for vbs file, you can do that bay typing this commands: dir/s *.vbs if the result is too large you can grab it to...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /J-CRYPT.zip ...
qbasic@yahoogroups.com
Apr 16, 2003 5:16 pm
2066
thanks..i finally caught the file..and i have edit my win.ini file...even i can edit the script..but i still have a little problem...after one day i left that...
Hi i have othe idea better, you can look for the file wscript.exe (normaly in c:\windows\) and rename it 000wscript.exe for example. never they can execute vbs...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /Main.zip ...
qbasic@yahoogroups.com
Apr 20, 2003 6:24 pm
2069
Hello everyone. I uploaded my program today. Could some of you take a look at it? The game right now is very limited, but any advice, comments, or insights...
Hello Richard, One thing that would help slow people like me is to include a title page with optional game play instructions. Maybe you could also explain the...
Thanks for the advice. I got around to adding a start page. The room you are looking for is room 216, just run into the door to try to enter. The desk in...
... All you need to do is parse whatever you need to translate (a file perhaps) into words. A word is something surrounded by white space characters (space,...
On Sun, 27 Apr 2003 04:23:41 -0000 "hotman1433" <hotman1433@...> ... it runs a program. in qbasic you use it to run other .bas files. be careful if you...
On Fri, 25 Apr 2003 20:25:42 -0000 "maryrelaxing" ... Taking the first letter and putting it in back? I tried fooling around with some stuff, but no luck. Mybe...
Here's my hack - it converts the text in IN.TXT and writes the pig latin version into OUTPUT.TXT - but doesn't handle punctuation. The rules it uses for...