October 26, 2018

TurboGUI : Turbo C++


   GUI stands for "Graphical User Interface" and is pronounced "GOO-EE". It provides users with an interface wherein actions can be performed by interacting with icons and graphical symbols. 

By providing different applications with a consistent set of intuitive user-interface components, GUIs allow users to spend less time trying to remember which keystroke sequences perform what functions and spend more time using the program in a productive manner.

TurboGUI is a GUI framework for Turbo C++ 3.0. In this first version it provides basic objects such as Window, Command button, Text box, Check box, Label, Radio button, Image, Combo box, Message box, Input box, Picture box, Menu bar and utility classes such as Mouse.


Screenshots :

Radio Button and Checkbox

Radio Button and Checkbox

Combo Box

Picture Box

Menu Bar

Message Box

Input Box

Message Box

Message Box

GUI Calculator



The following video displays this program in action :





Downloads

Click here to view and download the source code of TurboGUI(44 KB).





No comments:

Post a Comment