http://sites.google.com/site/freebasicgui/Home
Updates to FB_GUI_V1.20.5 on 12/19/2019
* Many bugs fixed and new updates since 2011 !!
* Verified compatible with fb-1.07.1-win32
____________________________________________________________
Updates to FB_GUI_V1.20.4 on 10/29/2011
* Fixed bugs in TextBoxCur to prevent "wrap-around"
* Fixed bug in Label Control to set Font.BackColor
* Revised code in Draw_PopUp, Close_PopUp - more robust
Help Manual Update for PopUp Forms.
____________________________________________________________
Updates to FB_GUI_V1.20.3 on 11/21/2010
* Modified TextBoxCur to work properly with keypad on extended
character keyboards.
* Modified DrawString_Custom to preserve prior status of FontSlot(1)
____________________________________________________________
Updates to FB_GUI_V1.20.2 on 11/07/2010
* Updated TextBox to have cursor capability. Mouse, arrow,
home, end key support to more cursor. Shift to select text.
Copy and Paste from clipboard (Win32 only). Automatic
horizontal text scrolling. No vertical scroll or multi-line input.
* Several small bugs fixed, CHM manual updated
An update to FB_GUI is now available at
http://sites.google.com/site/freebasicgui/Home
____________________________________________________________
Updates to FB_GUI_V1.20 on 03/28/2001
* Custom fonts are now all generated using xFont. All code using
GFX routines (FB Extended Library) has been removed. This
change tremendously improves portability, as several DLLs are no
longer required. The example excutable code will now run "as is"
with no additional software installation.
* New control added, Mouse_R_PopUp for generation of popup menu
from R mouse click
Updates to FB_GUI_V1.14 on 01/02/2010
* Modified Slider for vertical as well as horiz orientation
* Added fade-in option for pop_up windows
* Extensively revised code for drop_down menu. Changes are
transparent at user-level, but code is more robust and faster
* Several small bugs fixed (data_form, mouse_move_process)
* ScrollBar / Slider revised to reduce screen flicker, especially
with TextFileBox
_________________________________________________________
Minor bug for ListBox fixed on 9/21/09. Now V1.13.1
An update to FB_GUI is now available at
http://sites.google.com/site/freebasicgui/Home
FB_GUI V1.13 (Sep 13, 2009)
* ListBox added as a new control
* FB_GUI_Help updated / expanded

An update to FB_GUI is now available at
http://sites.google.com/site/freebasicgui/Home
FB_GUI V1.12 (Aug 29, 2009)
* Help file extensively updated
* Removed limitation to .Draw_Control
* New variable added to control UDT (.index), which removes the restriction of only operating on Active_Ctrl.indx
* Data_Entry_Form modified to allow custom title, and bug fixed so it no longer creates a new popup form in memory with each instance
*Draw_Pop_Up modified so it no longer crashes if form title is null.
FB_GUI V1.11 (June 24, 2009)
1) Added DrawString_Custom() so fonts from the Xfont library can be accessed on-the-fly at run-time.
2) Added new function to toggle on/off flags for drop_down menu items
3) Manual updated

FB_GUI V1.10 (April 21, 2009)
Added a new function, Data_Entry, that in a single line will generate a PopUP form with multiple TextBoxes for data entry. The user simply supplies a string array with the TxtBox labels / prompts and a second string array to set/receive the content of the textboxes
Here's a screen shot. All this is done with a single line call the Data_Entry in the FB_GUI package (See Data_Entry.BAS and .EXE in the Examples folder from FB_GUI V1.10.ZIP)
Data_Entry (FormLable(), FormContent(), Box_Width)

**************************************************
FB_GUI V1.09 (Mar 31, 2009)
FB_GUI_HELP.CHM now much more complete.
Many new examples, small programs included.
Modifications & Bug Fixes:
1) Modfied Draw_PopUP to preserve control state = ctrl_status_disabled
2) Fixed bug in TextBox_Process for termination by ENTER vs Mouse Click
3) Modified Slider control so that the parameters .Slider_Incr and .Slider_Max are single; also added .Slider_Min (single)
4) Another modification to Drop_Down_Menus to prevent problem with underlying controls.
5) Modified TxtBox Ctrl, so that setting Label_Len = -1 will suppress showing Label in the TxtBox as a prompt.
6) Moved TextBox_Process() into the Poll_Event() routine in FB_GUI_Lib and removed the reset for Active_Ctrl.Indx.
***********************************************************
Addendum 02-02-2009
Inserted Sleep into each loop that polls for user input to prevent CPU hog (thanks phishguy).
FB_GUI_V1.08 uploaded 02-02-2009
1) Added Slider with Scroll Bar and Arrow Buttons.
2) Modified Mssg_Box function to accept a single text string, as well as a text string array for multi-line.
3) Modified PullDown Menu code so screen store / restore is limited to the size of the pull-down menu.
4)Modified SetVideo to enable 1, 2, or 3 - panel window (FB_GUI_SHELL example is 3-panel)
5) Added many new simple example apps / program stubs to peruse.
6) Help file updated... but still on-going
FB_GUI_V1.07 uploaded 01-06-2009
1) Revised Get_Input_PopUp
2) Added Text_To_File function (keybd to ASCII file, with CR/LF)
3) Revised PopUP Form.
Major changes to V1.04:
1 - Menu control modified so individual submenu items may be enabled/disabled.
2 - Much easier for user to code for Menu / SubMenu controls. See FB_GUI_HELP.CHM, which is still under construction but has a completed section on Menu / Submenu.
3 - Small icons can now be used as a prefix to a submenu item. This allows the user to place check mark or "X" to indicate an option selection or to show arrows (up/dn. lt/rt) as a hotkey.