Search found 174 matches

by Zamaster
Thu Jun 15, 2006 4:21 pm
Forum: Pete's QB Site News
Topic: I've finally done it...
Replies: 4
Views: 18881

hey, that line is referring to me as the "guy who thought" *dissappears back into the shadows*
by Zamaster
Thu Jun 15, 2006 4:19 pm
Forum: General Discussion
Topic: Dammmit
Replies: 20
Views: 52505

Yeah, definetly FreeBASIC for EVERYTHING!
by Zamaster
Fri Mar 31, 2006 7:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Searching Folders
Replies: 10
Views: 24472

Awesome. Thanks alot, Im looking into APIs for FB as we speak.
by Zamaster
Thu Mar 30, 2006 10:56 pm
Forum: Freebasic Questions & Answers
Topic: FreeBasic = Amazing
Replies: 13
Views: 30038

I know. I finally decided "whatever, Im just gonn see what all the fuss is about". I had no idea itd be cool, like, awesomely cool! FreeBASIC is definetly the best language ever.
by Zamaster
Thu Mar 30, 2006 10:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Searching Folders
Replies: 10
Views: 24472

awesome awesome! Thanks a bunch. I guess FreeBASIC will let me look up long file names... at least I hope so.
by Zamaster
Thu Mar 30, 2006 3:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Searching Folders
Replies: 10
Views: 24472

Wow, thanks alot guys! I have a question about the Call Interrupt method mentioned by Ryan Kelly, errrr.... could ya post some codwe for me? Im very unfamiliar with the call interrupt statement and Im not sure how to impliment it. Thanks to moneo for the help with DIR. I tried that and it works fine...
by Zamaster
Wed Mar 29, 2006 12:35 pm
Forum: General Discussion
Topic: Having serious problems
Replies: 10
Views: 18486

Take a computer vacation! Seriously, thats what I do. Like a long one till you miss the computer, and then let the first thing you do when you get back on is program!
by Zamaster
Wed Mar 29, 2006 11:39 am
Forum: Freebasic Questions & Answers
Topic: FreeBasic = Amazing
Replies: 13
Views: 30038

FreeBasic = Amazing

I just used FreeBasic for the first time yesterday, and it is the COOLEST THING EVER!!!!
by Zamaster
Wed Mar 29, 2006 11:33 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Searching Folders
Replies: 10
Views: 24472

Searching Folders

How would I go about creating a program that searches every folder in a certain path and can then look at then files in that folder? Like a virus search program. So, itd look in a path ilke "C:\" and look through all folders and look at the files in its current folder. Even better, let the...
by Zamaster
Sun Mar 26, 2006 8:57 pm
Forum: General Discussion
Topic: Map Makers?
Replies: 7
Views: 21272

Your right... Ill just have to take a vacation from the computer before I do that 8) .
by Zamaster
Sun Mar 26, 2006 1:25 pm
Forum: General Discussion
Topic: Map Makers?
Replies: 7
Views: 21272

thats lookin' pretty hot Xerol! I was working on one in VB for something I making right now, but gave up cause I didnt feel like finishing it. Can I get a copy of yours as soon as its ready to roll?
by Zamaster
Sat Mar 25, 2006 5:31 pm
Forum: General Discussion
Topic: Map Makers?
Replies: 7
Views: 21272

Map Makers?

Anybody know of any good freeware map makers? Something like, take a bunch of tiles in a bitmap/bitmaps and arrange them into a map which can then be saved in an easy to read format? There are probably a million out there, I just cant find them.
by Zamaster
Fri Mar 24, 2006 3:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Wont DELETE!!!
Replies: 13
Views: 27660

Not really. Im not sure what exactly the problem is. You guys said something about running the IDE from dos and thatll make it work? Do I just need to change the Current Directory to the one where QB 4.5 is in? Im sorry Im so lame on this sorta thing.
by Zamaster
Fri Mar 24, 2006 2:59 pm
Forum: General Discussion
Topic: ADS
Replies: 3
Views: 11693

I figured out how to create one now. Anybody know how to run it when you click on the file its attached to?
by Zamaster
Thu Mar 23, 2006 6:54 pm
Forum: General Discussion
Topic: ADS
Replies: 3
Views: 11693

They arent viruses though. I just read an article that said nothing about how to actually make them but they are used for windows things, like one creates thumbnails for the image its attached to so it loads faster. SO anybody know how to create an ADS?
by Zamaster
Thu Mar 23, 2006 4:05 pm
Forum: General Discussion
Topic: ADS
Replies: 3
Views: 11693

ADS

I think thats what you call about em. I heard that you can create files that attach themselves to other files and run. Anybody know how to do this? Im determined to get solitare to run everytime my brother clicks on the recycle bin. Even better, get FL Studio and Sound Forge to come up at the same t...
by Zamaster
Wed Mar 22, 2006 8:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Wont DELETE!!!
Replies: 13
Views: 27660

Im running XP. Sorry moneo but Im not sure how Id do that, could you explain what I need to do in easy language?
by Zamaster
Wed Mar 22, 2006 4:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Wont DELETE!!!
Replies: 13
Views: 27660

Wont DELETE!!!

ARRGGGHHHHH! Every time a compile a program in qb4.5 into an exe, I cant delete it! It says its being used by another person or program. And I mean EVERYTIME. You can only delete it if you log off and then log back on. What in the world is going on?
by Zamaster
Thu Mar 16, 2006 2:55 pm
Forum: General Discussion
Topic: QB array help; TWO PROGRAMS
Replies: 4
Views: 11804

as far as this post goes, *guy
by Zamaster
Wed Mar 15, 2006 5:33 pm
Forum: General Discussion
Topic: QB array help; TWO PROGRAMS
Replies: 4
Views: 11804

Okay your first bit of code makes hardly any to no sense. Im not sure what you were trying to do... give this a spin: CLS DIM Nums(1 TO 10) AS INTEGER FOR i% = 1 TO 10 gr$ = " " DO inpstr$ = "(" + LTRIM$(STR$(i%)) + ")Gimme a" + gr$ + "number between 2 and 20"...