Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar only visible on linkfavorites
#6
It is toolbr's parent. It is copmpletely covered and not visible in QM status bar.

Use a launcher function. I found that CommonPlacesWrapperWndClass control is in Control Panel view too. The difference is that in Control Panel its width is 0.

Code:
Copy      Help
int hw=TriggerWindow
;int hc=child("" "CommonPlacesWrapperWndClass" hw 0x400)
int hc=child("" "CommonPlacesWrapperWndClass" hw)
;out hc
if(!hc) ret
;out IsWindowVisible(hc)
int cx cy
GetWinXY hc 0 0 cx cy
;out "%i %i" cx cy
if(!cx) ret

mac "Toolbar25" hw


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)