Search found 2316 matches

by KristopherWindsor
Mar 14, 2011 6:59
Forum: Sources, Examples, Tips and Tricks
Topic: Sphere Routine
Replies: 1
Views: 1391

Nice.
by KristopherWindsor
Mar 11, 2011 3:05
Forum: Archive
Topic: My JSON Parser
Replies: 18
Views: 12802

Oz wrote:Have you thought about posting this on google code so if people want to implement different ways to store the data, it's easier to patch/update?

-Oz
Nope.
by KristopherWindsor
Mar 09, 2011 1:02
Forum: Community Discussion
Topic: Jafile, the Filehost (new version of the FreeFile service)
Replies: 24
Views: 9620

Hello Kristopher, how to get a public link to a file ? I mean how can you download this file ? http://jafile.com/uploads/freebasic/dialogs.zip i get a Forbidden message. Thank you Joshy Sorry about that. It's because my host switched (upgraded) servers and messed up some stuff. :P It should be fixe...
by KristopherWindsor
Mar 07, 2011 21:09
Forum: General
Topic: Some random program I made with bouncing dots
Replies: 4
Views: 964

Some random program I made with bouncing dots

Just some random program I made. It was going to be a game at first. Now it's just dots bouncing around user-defined boxes. Controls: mouse ' Are you bored yet? ' Kristopher Windsor Const sx = 800, sy = 600, physicsmultiplier = 10 Const true = -1, false = 0 Type b_object_type As Double x1, y1, x2 As...
by KristopherWindsor
Mar 07, 2011 8:03
Forum: General
Topic: Multikey or other keyboard input?
Replies: 4
Views: 1224

Re: Multikey or other keyboard input?

mrToad wrote:From what I've been reading about Multikey, it has some issues depending on keyboard language and other things.
I'm not sure about that, but most people (your potential audience) have normal keyboards AFAIK.
Is that what most of you are using for your projects?
Yes
by KristopherWindsor
Mar 07, 2011 5:12
Forum: Beginners
Topic: I am not sure where else to go
Replies: 9
Views: 2589

You might want to try C# (or maybe VB) if you want GUI stuff. But you'll get a more complete response from some other members here. :P
by KristopherWindsor
Feb 21, 2011 20:20
Forum: Beginners
Topic: i need some help, how to EXIT program universally?
Replies: 7
Views: 1712

Re: ok this is my last reply, i swear

this is my last reply i swear. It doesn't have to be; others can answer your questions too. :) the getinput() idea you gave me earliar works PERFECTLY all i do is add that snippet you wrote to the top of the code, then replace all my "input *string*" with "*string* = getinput()"...
by KristopherWindsor
Feb 21, 2011 18:16
Forum: Beginners
Topic: i need some help, how to EXIT program universally?
Replies: 7
Views: 1712

You can implement the function getInput() to whatever works for your program. Right now it will just get some text with Input and return that. If you want the function to get a single character with Inkey() , you can do that too. When you use Inkey() , just check if it equals char(255, 107) , which ...
by KristopherWindsor
Feb 21, 2011 10:34
Forum: Community Discussion
Topic: Off Topic / Religion -> Bible chat rooms? [Closed]
Replies: 149
Views: 26466

jevans4949 wrote:@anonymous1337: Most Christian sites tend to develop into a flame war worse than this, I'm afraid.
I've seen (much) more tolerance / respect at my (public) state university in (liberal) CA. But I guess the smart people learned Python and moved on.
by KristopherWindsor
Feb 21, 2011 8:48
Forum: Beginners
Topic: i need some help, how to EXIT program universally?
Replies: 7
Views: 1712

The best way to handle the escape key or the window close "X" button is with Inkey() , but of course if you're using Input to get user input, and the user presses the escape key, you can't get the escape key with Inkey() . The best solution (which is the best IMO because it doesn't use any...
by KristopherWindsor
Feb 21, 2011 3:16
Forum: Community Discussion
Topic: Gameplay Combo competition results
Replies: 4
Views: 1713

Games are boring. *
by KristopherWindsor
Feb 20, 2011 3:14
Forum: Community Discussion
Topic: Jafile, the Filehost (new version of the FreeFile service)
Replies: 24
Views: 9620

Here's some more invites. When you click on an invite, you'll see a message indicating whether it's been used or not.

1
2
3
4
5

@DOS386: you need to specify a file name. If you don't specify one, it will be ".txt," but the link to it in the results box will be an empty string.
by KristopherWindsor
Feb 19, 2011 0:32
Forum: General
Topic: Recursive Directory list
Replies: 26
Views: 5844

Won't the stack work unless your subfolders go about 10,000 levels deep? Like C:\folder1/folder2/folder3/folder4/folder5/folder6/folder7/folder8/folder9/folder10/folder11/folder12/folder13/folder14/folder15/folder16/ folder17/folder18/folder19/folder20/folder21/folder22/folder23/folder24/folder25/fo...
by KristopherWindsor
Feb 17, 2011 7:36
Forum: Beginners
Topic: Need help with math program...
Replies: 9
Views: 1668

Oh. ;p
by KristopherWindsor
Feb 17, 2011 0:17
Forum: Beginners
Topic: Need help with math program...
Replies: 9
Views: 1668

Sure, you can mention me. :P
BTW, in FBIDE you can use Menu>View>Format to capitalize keywords.

TJF: I don't know what you meant with that link because we don't have private messages on this forum.