Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2 taskbars
#12
This is how to detect classic start menu

Code:
Copy      Help
spe
key W
int h
if(_winver<0x501 or (rget(_s "ShellState" "Software\Microsoft\Windows\CurrentVersion\Explorer" 0 "" REG_BINARY) and _s[32]&2=0)) ;;classic
,h=wait(10 WV win("" "BaseBar" "" 128 0x94800000 0))
else ;;XP/Vista
,h=wait(10 WV win("" "DV2ControlHost"))
mov xm ym h


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)