Search found 163 matches

by Jerry Fielden
Jul 11, 2010 16:40
Forum: Windows
Topic: GUI applications
Replies: 14
Views: 5296

Here's a GUI designer that located in the Projects forum called Firefly.

http://www.freebasic.net/forum/viewtopi ... 96&start=0
by Jerry Fielden
Mar 05, 2010 14:40
Forum: Beginners
Topic: Hello
Replies: 14
Views: 3452

There's other Editors, this one works well with Freebasic:
http://www.planetsquires.com/jellyfishpro_freebasic.htm
by Jerry Fielden
Jan 31, 2010 3:15
Forum: Beginners
Topic: How print very fast to window console ?
Replies: 2
Views: 1207

Here's some old code that used to work with .13

I don't have FB any more so I can't test it with this version.

If you are Windows only, you might give WriteConsoleOutputCharacter a try.

Old example:

http://www.freebasic.net/forum/viewtopi ... ocateprint
by Jerry Fielden
Sep 17, 2009 15:04
Forum: Beginners
Topic: is fbc.exe made by gcc ?
Replies: 24
Views: 4884

JellyFB is popular with me.

JellyFish editors was written years ago as a commercial product by Paul Squires for PB. Several years ago it went free.

A couple of years ago Paul wrote a FB version. Lately he has renamed it to JellyFB.

JellyFB is Free.
by Jerry Fielden
Sep 13, 2009 20:39
Forum: Windows
Topic: windows and controls
Replies: 16
Views: 4570

Try LEN() instead of SizeOF()
by Jerry Fielden
Sep 11, 2009 1:41
Forum: Beginners
Topic: Text files.
Replies: 5
Views: 1660

try CHR$(13, 10)
by Jerry Fielden
Aug 17, 2009 3:02
Forum: Windows
Topic: RichEdit context menu
Replies: 9
Views: 3685

Here's an example program generated by my form for windows api. It may or may not still work in Freebasic. Its been a while since I've upgraded Freebasic. There's two popups, one by the Button and the other is mouse Rightclick. The dropdown menu has working Copy, Cut, Paste #INCLUDE ONCE "WINDO...
by Jerry Fielden
Jul 25, 2009 15:47
Forum: Windows
Topic: multiple HWND inside a type
Replies: 7
Views: 2420

Aurel,

Here's a Wiki page that has some stuff on it that might help you in your Windows programming.

http://www.freebasic.net/wiki/wikka.php ... odeLibrary

Visg is a gui based forms program that will generate code after you create it visually on the form. Its Windows only, no Linux.
by Jerry Fielden
Jul 10, 2009 14:05
Forum: Community Discussion
Topic: freebasic and powerbasic, which better?
Replies: 45
Views: 16248

Hello Garvan I just threw that in there, I didn't really believe it. There were so many making comments about software they don't have. I think MS could have bought it to write DLLs with. But I really don't know. Comments aimed at, big corps don't buy Powerbasic was untrue and I thought it deserved ...
by Jerry Fielden
Jul 09, 2009 16:52
Forum: Community Discussion
Topic: freebasic and powerbasic, which better?
Replies: 45
Views: 16248

There seems to be some confusion as to who uses PowerBasic. Most here believe only Hobbist, Fans, and One man shops uses it. Here's a list of some of the major corps that are PowerBasic customers. Don't be susprised if some of the faster portions of your Windows have PB code in it. Powerbasic is not...
by Jerry Fielden
Jun 07, 2009 20:32
Forum: Community Discussion
Topic: Hidden Microsoft XP bug deletes all files! [false alarm]
Replies: 20
Views: 4895

You might have hidden those files by accident. I don't think Search would find deleted files.

If it happens again, you might can try the following:

IN XP - open My Computer - click Tools/Folder Options

Click view - click the radio button in "Show Hidden files & Folders"
by Jerry Fielden
May 22, 2009 0:26
Forum: Windows
Topic: Window Transparency
Replies: 27
Views: 8648

Win7 has gone to RC, Beta is getting ready to shut down. If you download the RC version, Zippy's transparent should work. It does for me.
by Jerry Fielden
May 09, 2009 14:53
Forum: Beginners
Topic: Menu's
Replies: 1
Views: 1214

You'll have to write your own. Here's a couple of examples, one using the gui, and the other using ASCII characters to draw the menus. I don't know who did this gui menu, maybe somebody will lay claim to it. Its probably located somewhere on this forum. Const LEFTBUTTON = 1 Const MIDDLEBUTTON = 4 Co...
by Jerry Fielden
Apr 02, 2009 23:27
Forum: Beginners
Topic: Easy to use GUI libreary.
Replies: 3
Views: 1888

At this Wiki's CodeLibrary page, there's a list of Editors and Ides:


http://www.freebasic.net/wiki/wikka.php ... odeLibrary