I'm having problems in QBasic getting the mouse to be recognized. I've found several programs for doing this, but every time I try to run one, it gets to a...
I'm having problems in QBasic getting the mouse to be recognized. I've found several programs for doing this, but every time I try to run one, it gets to a...
Yes Firstbas is very similiar in many instances as Qbasic. However, when it comes to string manipulations that is where I found some differences. I believe...
A simple dedication to the hackers. tap the board, execute and kill the fascists. http://www.zearle.com/zearle_mp3/zearle_hack_crack_mtrix.mp3 I'm still free...
I need to write a MID statement that examins a social security number that will be inputed. It has to be no more that 11 chars but It has to look for the...
I need to write a MID statement that examins a social security number that will be inputed. It has to be no more that 11 chars but It has to look for the...
Last time I checked this list was for the exchange of info between PROGRAMMERS. Hacking is illegal, and so is this fourth message. BTW, I'm not giving out...
... I took this to mean the SSN is always 11 characters. See if this snippet helps you. It's not clever, or efficient, it just does the job (I hope). SSentry: ...
THERE'S PROBABLY A SIMPLE ANSWER TO THIS ONE, MAYBE YOU CAN HELP ME? WHEN WORKING WITH A STRING, QUICKBASIC SEEMS TO INTERPRET A COMMA AS THE END OF THE...
Hello again, does anyone know some things that would help me in design of flasg games? And any codes you know used in rpg, also ONLINE flash game for...
Hi Matthew, This might help me: i want to position a telescope using the encoders of a mouse. Could you write two or three lines of QB to show me how to...
Dear friends, As strange as it sounds, I'm trying to make a full game using qbasic. Enemies, graphics, music, complex story line, the whole works. And so far...
... That isn't so strange B-) Lots of people have made games in qbasic. I used to have a game review site, http://www.gbgames.com but it points to my home...
i would like two make some thing that would let some one add there own file and and be let them chat with each other when using the same program can any...
Ah, good old sprite stuff... You can also do transparent sprites without external libraries. To do this you set up a mask (here is just a hex representation): ...
... For making chat, you can use an IPX library made by David Rice. For the Internet, I've made a library for qb called wsockxs. As for 3D, although I don't...
... where can i find this IPX library made by David Rice due u have a url for me to go to and thank u for your help i have a mune that i am make and how...
There's this resource on the internet called "Google", and it is very useful. It's address is http://www.google.com. Anyway, the library is in the ABC archives...
I need to retrieve some data I am storing in a file for editing. Can anyone think of an easy way I can do this using linelabels and calling back upto my add...
http://www.basicguru.com/files/abc/abc9511/cansi.bas i was impressed with the above programs ability to decode ANSI so i have been wrapping a com package...
On stardate Thu, 04 Dec 2003 01:01:50 -0000, while visiting Deep Space 9, ... I'm not sure if I understand the problem, but try replacing this CHRout: p =...
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 : /df2.bas ...
qbasic@yahoogroups.com
Dec 4, 2003 8:52 pm
2380
Hello, I posted a simple adventure game in QBASIC for others to learn from and expand if need be. The game is called 'Dark Forest II', and was written after I...
Hi All; I learned the original Basic in the 70's many changes but still quick and neat. Can anyone point me to a good instruction manual; either online or...
Welll I would check on www.computersurplusbooks.com for old QBasic books and the like. Next about Excel, yes, you can import an Excel spreadsheet, in values in...
... Holy cow! Dunric, you're STILL working on that? B-) I think my backed up website still has your old site as one of the links. Man, it's been awhile. ...
... books and the like. ... values in particular. The easiest way to do this is saving the spreadsheet, and that is one sheet, to a comma delminated file, ...