Linda Posted September 8, 2010 Posted September 8, 2010 (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 September 8, 2010 by Linda
Linda Posted September 9, 2010 Author Posted September 9, 2010 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now