Navigation:  ThinBASIC Modules > UI (User Interface) >

Additional Controls and Functions

Previous pageReturn to chapter overviewNext page

 

Dedicated control functions

 

For the following specific controls we have developed specific functions that with only one line of code will simplify a lot scripts writing and controls handling:

Canvas
ComboBox
ImageList
ListBox
ListView
MLGRID
ProgressBar
PropertyList
RTF
ScrollBar
Splitter
StatusBar
TAB
ToolBar
TrackBar
TreeView
UpDown
ViewPort

 

Most of those functions are just wrappers to Windows messages to the control that otherwise would have required much more efforts to be achieved directly inside thinBasic scripts.