Jump to content

Recommended Posts

Posted (edited)

Hi again,

Just wondering if it's even possible to capture any WM MSG when i set the top GUI to clickthrou/transparent ?

_WinAPI_SetWindowLong($mainGUI, $GWL_EXSTYLE, BitOR(_WinAPI_GetWindowLong($mainGUI, $GWL_EXSTYLE), $WS_EX_TRANSPARENT))

I need to captute the mouse clicks on anyGUI (word,excel,filezilla..etc) but i cant come up with one single idea on how to do that. I guess there are some workarounds toggle the clickthrou by dbClick and single ones but that's very nice.

Thanks!

Edited by Linda
Posted

well,if i dont want a gui..then dont create one.No need for making one just to turn it transparent.

$Coordxy = MouseGetPos()

it's simple as that..he...thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...