06-06-2009, 07:33 PM
Replace it with your toolbar.
Macro
to restore
Macro
Macro
;get System toolbar text and insert /isiz
str s.getmacro("QM toolbar")
s.findreplace("[]" " /isiz 32[]" 4)
;out s
;also you should replace all icon file paths because there are no big icons
;close system toolbar
int w1=win("QM TOOLBAR" "QM_toolbar")
if(w1) clo w1
;create and run new toolbar
int iid=newitem("QM toolbarr" s "QM toolbar") ;;add your folder if needed
mac iid _hwndqm
;set it to run always
s.getmacro(iid 1)
rset s "Toolbar" "\Tools"to restore
Macro
