Posts: 1,271
Threads: 399
Joined: Mar 2003
dialog editor - other
what do you mean by that ?
Quote:Tip: you can see class name of control in QM status bar.
what kind if others can i load ?
Posts: 12,097
Threads: 142
Joined: Dec 2002
That text is really not logical. It should be "Please click 'Cancel' because other controls require programming at WinAPI level.".
QM dialog functions wrap only several control classes - Button, ComboBox, ListBox, Edit, Static, ScrollBar. You can use other control classes, e.g. SysTreeView32, SysListview32, but it requires WinAPI level programming in dialog procedure. Example that uses SysTreeView32 is Samples2.qml\Enumerate\AllWindows functions.