What it does: Allows you to use standard Windows gadgets (text boxes, tabs, buttons, menus, extra windows, listboxes) in DBpro.
Any bugs: No major bugs.
Sample commands:
createEdit() - makes a text box
message - makes a messagebox
createMenu() - makes a menu
getGadgetText() - gets the text of a gadget, such as the text in a text box
getEvent - gets the next event of the event stack. Events are Windows' messages to certain gadgets. These let you know when a button is pressed, for example
eventSource() - returns the gadget which was the source of the event from getEvent (i.e. the button clicked)
BlueGUI is the most complete set of DarkBasic Pro commands to use standard Windows gadgets in your programs. If you think you want to do this, I completely reccommend BlueGUI.
The program in my sig was made using BlueGUI commands, if you'd like some screenshots.
-Xol