Search found 7 matches

by supernova
Tue Nov 27, 2007 9:48 pm
Forum: General Discussion
Topic: windows cursor control
Replies: 4
Views: 12977

I think VB.NET has some mouse controls you could play with.
by supernova
Tue Nov 27, 2007 9:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Lists in QBASIC
Replies: 3
Views: 5771

To Mac: Dang! I thought it would be like that! Thanks

To Mentat: I should have mentioned that arrays are out of the question with this project I'm working with. Thanks though.
by supernova
Tue Nov 27, 2007 8:11 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Lists in QBASIC
Replies: 3
Views: 5771

Lists in QBASIC

Is there any way of making a list in QBASIC that I can add to, modify or delete. Kind of like the ArrayList in JAVA or the LIST object in VB. Or would I have to hard code the damn thing.
by supernova
Fri Oct 05, 2007 9:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Binary Files
Replies: 6
Views: 10741

Sorry, found it, I'm an idiot. :oops:
by supernova
Fri Oct 05, 2007 9:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Binary Files
Replies: 6
Views: 10741

Were would the MystikShadows's tutorial be Mac? :?:
by supernova
Fri Oct 05, 2007 9:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Binary Files
Replies: 6
Views: 10741

Thanks for the info guys.
by supernova
Fri Oct 05, 2007 7:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Binary Files
Replies: 6
Views: 10741

Binary Files

Hello qbasic fans. First time poster, long time qbasic fan. I was wondering how to access a binary file in qbasic. I know how to with a text file, but the project I am doing needs me to access a binary file.
I know it probably sound like a lame question, but I'm stumped.