Posted November 21st, 2008 by SaMaN
ListBox & ComboBox for MMB
ListBox Commands :
- PutItem
- InsertItem
- GetItem
- GetItemNumber
- GetLength
- EraseItem
- EraseItemNumber
- SetColor
- SetFontColor
- BColorBox
- FColorBox
- SetBorder
- SortList
- SetItemHandler
- SetFont
- SetFontSize
- GetLowerCase
- GetUpperCase
- ClearList
- SetClick

ComboBox Commands :
- PutComboItem
- InsertComboItem
- GetComboItemNumber
- GetComboLength
- EraseComboItem
- EraseComboItemNumber
- SetComboColor
- SetComboFontColor
- ComboBColorBox
- ComboFColorBox
- SetComboFont
- SetComboFontSize
- ComboSortList
- ComboClear
- ComboShow
- ComboHide
File Size: 320 KB
Posted October 23rd, 2008 by SaMaN
Listbox Extras is plugin that extends possibilities of standard ListBox object. Currently it only allows to enable visual style rendering in Windows Vista for listbox objects.

File Size: 4 KB
Posted October 5th, 2008 by SaMaN
The G-String plugin provides many string and list manipulation functions. These functions are designed to enhance MMB string functions and possibly save you some scripting.

This free MMB plugin provides the following functions:
- enhanced variations of trim, replace, get, copy, insert, pos, delimiter, etc.
- create and edit up to 5 string lists in memory
- add items, delimited strings, and files to string lists in memory
- various functions to manipulate the lists such as delete, insert, sort, clear, add, move, exchange, etc.
- add lists together, replace one list with another
- manipulate delimited strings
- easily manipulate name/value pairs in strings (odklizec=320 or apple=yummy) great for tracking high scores or marks, etc
File Size: 990 KB