Search found 1777 matches

by Imortis
Jan 23, 2007 17:43
Forum: Community Discussion
Topic: CryptoPad
Replies: 11
Views: 3702

I actually did a Tutorial on Simple Cryptography for the as yet unreleased QBE #22.
by Imortis
Jan 23, 2007 14:44
Forum: Sources, Examples, Tips and Tricks
Topic: Hue Desktop - Second Version Is Out!!!
Replies: 17
Views: 6648

I like the idea. I'll be happy to help out in any way I can.
by Imortis
Jan 12, 2007 14:35
Forum: Community Discussion
Topic: IDE projects seem popular around here.
Replies: 20
Views: 6437

If you check the thread with the button code in it, you will see the suggestions that VonGodric gave me. I based the code off of some tutorials he wrote a good while back. So he told me ways to make them better.
by Imortis
Jan 11, 2007 19:53
Forum: Community Discussion
Topic: IDE projects seem popular around here.
Replies: 20
Views: 6437

My approach was no the best, which is why I am now rewriting the buttons and textboxes that I made. However, if you use them as Loose Guidelines, that would be better.
by Imortis
Jan 11, 2007 17:33
Forum: Linux
Topic: FB in compact linux distributions
Replies: 11
Views: 3976

There used to be a Link where you could download a version of PuppyLinux with FB integrated, but it seems to be down now.
by Imortis
Jan 11, 2007 16:34
Forum: Community Discussion
Topic: Has anyone here already started development on a textbox...
Replies: 8
Views: 2731

Use and modify away. I am in the midst of changing them up myself. I am going to make this more general and add them to a namespace. I will post the revised versions on the forum when they are working correctly.
by Imortis
Jan 11, 2007 16:29
Forum: Community Discussion
Topic: Has anyone here already started development on a textbox...
Replies: 8
Views: 2731

http://www.freebasic.net/forum/viewtopic.php?t=6729

Right there. It's nothing special. Just stores info on the mouse and had a sub to center it in the screen.
by Imortis
Jan 11, 2007 16:23
Forum: Community Discussion
Topic: Has anyone here already started development on a textbox...
Replies: 8
Views: 2731

This is the latest CVS. I'm not sure what you mean by related code.
by Imortis
Jan 11, 2007 15:01
Forum: Beginners
Topic: 1st day nooby--making an executable file?
Replies: 10
Views: 2725

You will have to go into QB and resave them as plaintext. By default it uses some weird compression/encryption.
by Imortis
Jan 10, 2007 17:45
Forum: General
Topic: again the fbc.exe is missing
Replies: 9
Views: 2934

I just downloaded it not long ago and it had the FBC.exe this the package.
by Imortis
Jan 10, 2007 14:39
Forum: General
Topic: Radio Buttons?
Replies: 6
Views: 2058

@oldirty:
I will be mangling them considerably, and I thank you for your permission.
by Imortis
Jan 09, 2007 17:35
Forum: General
Topic: Radio Buttons?
Replies: 6
Views: 2058

@oldirty:
Do you mind if I ... Barrow this code? I would like to alter it a little to add it to my growing collection of homemade widgets.
by Imortis
Jan 09, 2007 16:31
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242069

I have an error showing up. I use FBEdit from a thumbdrive, so It's drive letter isn't absolute. With the last release, when moving from computer to computer, it gives me a disk read error for each of the files on my recently opened files and projects lists. It does this because the drive letter is ...
by Imortis
Jan 05, 2007 22:18
Forum: General
Topic: Question about Get
Replies: 4
Views: 751

The Crash I get is instant. As soon as the program runs. I compiled with -exx to get the illegal function call error as soon as it runs.