topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 10:45 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Firefly3 Form Designer for FreeBASIC (freeware)  (Read 5434 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Firefly3 Form Designer for FreeBASIC (freeware)
« on: July 10, 2011, 05:19 PM »
I found a form designer for FreeBASIC that's similar to delphi/VB.  It's free and can be downloaded from this page:

http://www.freebasiccompiler.com/

The latest FreeBASIC release for Win32 can be downloaded here:

http://www.freebasic...t/index.php/download

This is nice.  Place controls on a form etc..  The only thing that threw me at first was figuring out how to get stuff out of the control(such as text from the text control.) If you press F8 you get a dialog of user written functions to make it easier.

Like Delphi or VB you can compile and run from the IDE and not deal with a Window Procedure.  The screen shot below is an app I did to try it out. It weighs in as a 50 KB stand-alone exe.

FBGui.jpg