Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
check if item is being edited in windows explorer
#4
Sorry, need caret, not cursor.

Macro Macro2708
Code:
Copy      Help
GUITHREADINFO g.cbSize=sizeof(GUITHREADINFO)
if GetGUIThreadInfo(0 &g) and g.hwndCaret
,out "yes"
else
,out "no"


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)