I had a Form and I put the property Transparency Key to "Control" so some of the form will be hidden ....
but I still want to handle User Mouse Clicks on the hidden part of the form ... How Can I
thanks ...
I do n't care about what window the click happen on ...
so can you explain how I use the callback SetWindowHook() ...
thanks ...
I found it and used it but there is a big problem ..
I captured the mouse movements but not mouse left button clicks !!!!
my application goal is drawing on screen like rectangles , arrows ...etc ..
I used the transpranecy key to draw on form not directly to the screen ...
I want to know if user clicks the left button and drag , so I will start drawing ... if it released the left button ,I will stoped .....
thanks for your time
thanks again , but it is n't the solution ...
I want the form to be Transparency (that is my problem , I know how to draw and no problem ) so the user can act with other windows and in the same time drawing on screen ...
my application is an E-learing Application ...
any another solution