02-21-2007, 09:52 PM
When you call
int hwnd=win("TB STATUSBAR" "QM_toolbar")
, do you know the handle of the owner window? If yes, try this
int hwnd=win("TB STATUSBAR" "QM_toolbar" "" 64 w1 0)
It finds toolbar whose owner window handle is w1.
int hwnd=win("TB STATUSBAR" "QM_toolbar")
, do you know the handle of the owner window? If yes, try this
int hwnd=win("TB STATUSBAR" "QM_toolbar" "" 64 w1 0)
It finds toolbar whose owner window handle is w1.