Search found 703 matches

by MystikShadows
Wed Jan 26, 2005 8:41 pm
Forum: General Discussion
Topic: Tips of life!
Replies: 53
Views: 61916

Nathan1993 wrote:If your car gets submerged in water and you can't open your door, kick out your windshield. It was ment to be kicked out, while the windows are bendable.
I'd get myself out of the car long before it hits water ;-)
by MystikShadows
Wed Jan 26, 2005 11:15 am
Forum: News and Announcements
Topic: Space Warp INKEY$ VS Space Warp Mouse!!
Replies: 34
Views: 46776

well I thought we were talking FB...a windows console application is a DOSBOX in windows hence it's a windows application that looks like a dos program. and in that case you can get the windows keyboard handling API functions.
by MystikShadows
Wed Jan 26, 2005 11:01 am
Forum: News and Announcements
Topic: Space Warp INKEY$ VS Space Warp Mouse!!
Replies: 34
Views: 46776

well when you do a console application, you can access window's keyboard handling API....which offers a true threaded keyboard handling service to your apps :-).

I don't know the API calls from memory...but I know they exist :-)
by MystikShadows
Wed Jan 26, 2005 10:57 am
Forum: General Discussion
Topic: Meaning of Life
Replies: 81
Views: 106244

One thing I do believe in is, as in science, - balance of power - Every Action has an equal and opposite reaction - Extreme cold and extreme hot - Infinitaly small and infinitaly big - Extremely simple and extremely complex - Ultimately, extreme good and extreme evil. You can add to this list ;-). N...
by MystikShadows
Wed Jan 26, 2005 7:51 am
Forum: General Discussion
Topic: Meaning of Life
Replies: 81
Views: 106244

lol good point Nathan.
by MystikShadows
Mon Jan 24, 2005 9:28 pm
Forum: General Discussion
Topic: Meaning of Life
Replies: 81
Views: 106244

Following the last part of your post, mitt. I am God. :shock: :lol: :lol: ....You should have seen me on the floor convulsing from laughter. Anyway as for my move. If you answer no to ANY of these questions than go back where you came from: 1. Can you create? 2. Are you Imoratal? 3. Are you the Hig...
by MystikShadows
Mon Jan 24, 2005 9:02 pm
Forum: News and Announcements
Topic: Petition to Microsoft
Replies: 8
Views: 18198

You're very welcome :-).
by MystikShadows
Mon Jan 24, 2005 8:45 pm
Forum: News and Announcements
Topic: Petition to Microsoft
Replies: 8
Views: 18198

The parameters are there to accept command line parameters int main(int argc, char* argv[]) argc is the number of passed command line parameters argv[] is an array of all the passed command line parameters. Youd typically loop those to see all that was passed to the application for(i=0; i<=argc; i++...
by MystikShadows
Mon Jan 24, 2005 1:32 pm
Forum: News and Announcements
Topic: Petition to Microsoft
Replies: 8
Views: 18198

You can always use the following


// this line will allow you to not have to put std infront of everything.
using namespace std;

int main(int argc, char* argv[])
{
cout << "This will show like it is supposed to.";
}
by MystikShadows
Mon Jan 24, 2005 10:49 am
Forum: News and Announcements
Topic: Petition to Microsoft
Replies: 8
Views: 18198

To answer your first Item. Yes the source to QBasic 1.1 were out there, but now by M$'s doing. I believe it some how leaked out so to speak.

Well right now I use studio 6.0 so I don't have your VC++ 7 AND 8 TOURMENTS ;-).....
by MystikShadows
Sun Jan 23, 2005 10:29 pm
Forum: General Discussion
Topic: Meaning of Life
Replies: 81
Views: 106244

Amen to that Nek....lol


Where's Z!re going? Whatever his system of beliefs calls hell. ;-) Probably at his puter read MIT's replies ;-)...for eternity...LOL
:twisted:
by MystikShadows
Fri Jan 21, 2005 6:42 am
Forum: QBASIC and QB64 Questions & Answers
Topic: CDROM TO C:
Replies: 1
Views: 5712

if you do some research on autorun.inf it just might have what you're looking for.
by MystikShadows
Sun Jan 16, 2005 5:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: help with graphics
Replies: 12
Views: 16698

Well I kinda like sodapop ! LOLOL

* Doesn't run for cover, will fight anyone/anything (thinking grim reaper here) even death till the death (although i'll probably loose that last one ;-).

So SodaPop, still fizzin at your age? I know I am LOL..
by MystikShadows
Sun Jan 16, 2005 5:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: LPRINT COMMAND UNDER WINDOWS XP
Replies: 5
Views: 12433

You might be able to make it work if you take out Print Spooling on the printer port it's on.....Also They sell USB to Parallel port connectors, you might be able to make it work this way.
by MystikShadows
Sat Jan 15, 2005 8:51 am
Forum: QBASIC and QB64 Questions & Answers
Topic: WINDOWS 2000
Replies: 14
Views: 20133

You mean Nekrophidius? I can't spell Nekrophidius either...but I CAN copy/paste it pretty good ;-)
by MystikShadows
Sat Jan 15, 2005 8:50 am
Forum: General Discussion
Topic: FIDO screenshots (WARNING: large, numerous images)
Replies: 10
Views: 13540

Well I threw him some VB 6 code which he seemed to understand. Offhand I'd guess it's in vb 6....;-)
by MystikShadows
Fri Jan 14, 2005 9:35 am
Forum: QBASIC and QB64 Questions & Answers
Topic: WINDOWS 2000
Replies: 14
Views: 20133

I don't think so since I'm running it fine on Windows XP. Hmmmm What specific message are you getting (when you try those usual commands)?
by MystikShadows
Sat Jan 08, 2005 6:19 pm
Forum: General Discussion
Topic: Gaming gold awards?
Replies: 16
Views: 23099

FIDO? Whats that?
by MystikShadows
Fri Jan 07, 2005 6:47 pm
Forum: General Discussion
Topic: Dad in trouble
Replies: 12
Views: 18064

I reccomend vic's tutorials: a series under game devolpment. it can get your sons game going in less that 2 weeks.:lol: and this is the place for everything, except when i am acting like a jerk :wink: Nathan, a jerk? muhuhuh, muhuhuhahahahahahahahahahahah (with lots of echo effects ;-) ). He's what...
by MystikShadows
Fri Jan 07, 2005 5:57 am
Forum: General Discussion
Topic: Dad in trouble
Replies: 12
Views: 18064

I believe you've come to the right place. Pete's QBasic site is the best place to find over 600 tutorials on all aspects of QB programming.

http://www.petesqbsite.com/index.php

It has tutors and magazines with interesting learning articles.