Search found 394 matches

by Patz QuickBASIC Creations
Wed Aug 16, 2006 4:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: anagram solver
Replies: 9
Views: 56352

Anagram solver? Well for a N letter word there are N! permutations - far too many. I have written a similar program and the best approach is to search a dictionary file. First check is the length, then if the anagram and a dictionary word have the same length use INSTR to check the letters are all ...
by Patz QuickBASIC Creations
Tue Aug 15, 2006 5:40 pm
Forum: General Discussion
Topic: New hardware...
Replies: 15
Views: 35557

I have an AMD processor, so it is an emulator to me. :lol: LONG LIVE THE SEMPRONZ!!!!!!!!!1111oneone11onehunderedeleven!!11 I have a sempron, and I love it. Powerful, 1.8 ghz, cool, and it was only $120USD. Much better than my laptop's 600mhz, my other PC's 500mhz, and my old laptop's 133mhz. Wow.....
by Patz QuickBASIC Creations
Mon Aug 14, 2006 4:32 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: "^Line too long" error when making EXE
Replies: 14
Views: 15345

He was using a UNIX/Linux editor. Source: http://members.aol.com/getmydata/pskb/Text-File-Format.htm Windows and DOS are terminated by both a Carriage Return and Line Feed. UNIX/Linux text editors terminate using a Line Feed. And, MACs terminate using a Carriage Return. Problems like this are the re...
by Patz QuickBASIC Creations
Mon Aug 14, 2006 4:20 pm
Forum: General Discussion
Topic: New hardware...
Replies: 15
Views: 35557

Nathan1993 wrote:I have an AMD processor, so it is an emulator to me. :lol:
LONG LIVE THE SEMPRONZ!!!!!!!!!1111oneone11onehunderedeleven!!11
by Patz QuickBASIC Creations
Mon Aug 07, 2006 12:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Serial communication port, Code for photobooth fundraiser?
Replies: 5
Views: 9658

Yeah, DOS and Windows XP don't mix. If I were you, I would try the Visual BASIC code that they gave on the site. Try using that.

To other peeps: Isn't there probably a FB equivalent to this code? ;-)
by Patz QuickBASIC Creations
Sun Aug 06, 2006 10:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Serial communication port, Code for photobooth fundraiser?
Replies: 5
Views: 9658

I notice a few things that stand out for me in this source code. First, DOS only supports 8 character filenames, so your C:\ photoboof \credits.txt won't work. You need to change the directory name to have less than 8 characters. Second, in the line that contains this line of code: OPEN "c:\pho...
by Patz QuickBASIC Creations
Wed Aug 02, 2006 7:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Network support in DOS
Replies: 2
Views: 7621

Network support in DOS

I saw that Web Page question earlier and started messing around with GetNet and WGet ( they're both very nice :) ) But, I was wondering if there is a way to use these programs (or clones) in Pure DOS. Networking is good :) (in case your wondering, I wanna use it in my TUI.) Long story short: Dial-up...
by Patz QuickBASIC Creations
Tue Aug 01, 2006 8:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Which Library
Replies: 11
Views: 26250

If you have the programming ability to make a GUI, then you could use Future.Library to make a nice one. But without the programming skill, a library is almost useless.
by Patz QuickBASIC Creations
Sun Jul 30, 2006 1:56 pm
Forum: General Discussion
Topic: New hardware...
Replies: 15
Views: 35557

Besides USB, Firewire, newer audio, and enhanced optical abilities (ex. CD-Burning), I have never had problems with QB. Of course, none of these have to do with my processor or chipset, so you should be fine ;-)
by Patz QuickBASIC Creations
Sat Jul 29, 2006 6:08 pm
Forum: General Discussion
Topic: A very odd result for googling "freebasic allegro tutor
Replies: 4
Views: 12817

Never seen anything like it... Cool! Google is screwed up... Try Dogpile.
by Patz QuickBASIC Creations
Tue Jul 25, 2006 6:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: skewed text menus
Replies: 5
Views: 10509

sid6.7 wrote:like this?

Image
From the looks of this, you're using a statement similar to

Code: Select all

PRINT string$+"|     |"
which will do that. There are a number of different solutions for this. But I think MystikShadows gave the easiest solution to it. Code? ;-)
by Patz QuickBASIC Creations
Sun Jul 23, 2006 11:27 pm
Forum: General Discussion
Topic: After 2 months with on-board, I finally got a new video card
Replies: 2
Views: 7601

Here's $2000 - Go buy yourself a nice video card. (or a new computer - your choice)
by Patz QuickBASIC Creations
Thu Jul 20, 2006 7:03 pm
Forum: General Discussion
Topic: Looking for a little something to program
Replies: 19
Views: 35945

Re: Looking for a little something to program

I have an idea for some small stuff you could write --- handy functions or subs. You could write and test out some of these for later use in your programs. Some examples: * Logic for proper generating of random numbers. * Logic for sorting arrays. * Logic for validating input numbers, with or witho...
by Patz QuickBASIC Creations
Fri Jun 23, 2006 4:35 pm
Forum: General Discussion
Topic: Serial Port
Replies: 5
Views: 11771

Don't know... Test it and find out :wink:
by Patz QuickBASIC Creations
Wed Jun 07, 2006 8:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need a PLAY code... (read to find out which one)
Replies: 29
Views: 43764

Dr_D wrote:I think I know what you're talking about. Is this it? :lol:

http://fileanchor.com/26837-r
koosh_alex, this is the song I'm looking for. Your play code may be the one I use if someone can't translate that one ;)
by Patz QuickBASIC Creations
Wed May 24, 2006 9:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need a PLAY code... (read to find out which one)
Replies: 29
Views: 43764

You know what.... I have solutions for every problem, although you are probably getting annoyed at me :P

Go to http://www.freedos.org and get the full CD. Then, burn QBASIC onto it there. BAM! A bootable DOS with so many programs your head will spin. (The CD ISO image is 121MB or something similar)
by Patz QuickBASIC Creations
Tue May 23, 2006 4:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need a PLAY code... (read to find out which one)
Replies: 29
Views: 43764

http://people.jyu.fi/~eejuviik/utils/boot622.exe

That gives you a program to put DOS 6.22 on a floppy. It even comes with mouse drivers, CD-ROM drivers, and (best of all) QBASIC!
by Patz QuickBASIC Creations
Tue May 23, 2006 11:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need a PLAY code... (read to find out which one)
Replies: 29
Views: 43764

QBASIC won'r run?

Try a bootable DOS floppy with QBASIC on it... (6.22 IZ T3H R0XXX0R!)
by Patz QuickBASIC Creations
Mon May 22, 2006 4:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need a PLAY code... (read to find out which one)
Replies: 29
Views: 43764

Dr_D wrote:I think I know what you're talking about. Is this it? :lol:

http://fileanchor.com/26837-r
THAT'S IT!

Now, is someone talented enough to make that into a PLAY code?
by Patz QuickBASIC Creations
Thu May 18, 2006 4:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with saving a game
Replies: 5
Views: 8077

Look up the syntax for the WRITE and INPUT # commands. They are ideal for a save game (unless it really matters if some variables can be changed. WRITE saves files in plain text, making them easy to change.)