Buchempfehlung
Mikrocomputertechnik mit Controllern der Atmel AVR-RISC-Familie
Mikrocomputertechnik mit Controllern der Atmel AVR-RISC-Familie
Umfassend, aber leicht verständlich führt dieses Buch in die Programmierung von ATMEL AVR Mikrocontrollern ein. [Mehr Infos...]
FreeBASIC-Chat
Es sind Benutzer im FreeBASIC-Chat online.
(Stand:  )
FreeBASIC bei Twitter
Twitter FreeBASIC-Nachrichten jetzt auch über Twitter erhalten. Follow us!

Simple GUI

Download

Screenshot

Screenshot
Vergrößern
Bild vergrößern

Bewertung

Punkte: 5,0 bei 1 Stimmen
(Zum Abstimmen auf die Sterne klicken.)

The download provides a small source code library for a simple GUI to be used on a FreeBasic graphics window. The following controls are implemented:
- Label
-TextBox (styles: string, password, numeric)
- Button (normal, checkbox, radiobutton)
- Listbox
- DataGrid (editable)
- Trackbar (horizontal and vertical)
- Progressbar
- Panel (subwindow)
- Frame
- Inputbox
- Messagebox.
The purpose is to enable a very easy coding with a simple event loop for small projects. An example can be found on the project site: Simple GUI.

The project was inspired by some code examples of BasicCoder2 and dodicat on the english forum and is introduced here: Externer Link!http://www.freebasic.net/forum/viewtopic.php?f=7&t=23202. Please report any questions or problems to this site or to the german FreeBasic forum.

If you you are interested in something like this GUI for the console window as well, you may have a look at this file: TUI für Konsole oder Grafik (simpler listbox, no data grid). Code and use of this include file is very similiar to the GUI.

Weitere Screenshots:
Screenshot Screenshot Screenshot