10-02-2012, 06:12 AM
To open a QM item and expand its folder:
Macro Macro1845
To replace text of a QM item with possibility to Undo:
Macro Macro1845
To get tree view control handle of the QM items list:
Macro Macro1845
To get tree view control item handle of a QM item:
Macro Macro1845
With these handles you can use tree view control messages to scroll, expand, etc. Documented in MSDN Library.
Macro Macro1845
To replace text of a QM item with possibility to Undo:
Macro Macro1845
str macro="Function1"
str addText="more text"
str s.getmacro(macro)
s.addline(addText)
s.setmacro(macro)
To get tree view control handle of the QM items list:
Macro Macro1845
To get tree view control item handle of a QM item:
Macro Macro1845
With these handles you can use tree view control messages to scroll, expand, etc. Documented in MSDN Library.