Click through window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everybody...

I'm in search a sample code which explain how i can click through a winform.

Thanks a lot.
Séb
 
I have a opaque form (always on top) with some informations draw in.

I want when I click in the underneath window receive event.

Thanks for your help.
Séb

"Peter Jausovec" a écrit :
Hi,

What do you mean? Do you mean a transparent form ?

Regards,
Peter Jausovec
(http://blog.jausovec.net)
 
Set the MouseDown event on the form that is underneath your always on top
form .

Regards,
Peter Jausovec
(http://blog.jausovec.net)
Sébastien FERRAND said:
I have a opaque form (always on top) with some informations draw in.

I want when I click in the underneath window receive event.

Thanks for your help.
Séb

"Peter Jausovec" a écrit :
 
i can't do it...
because form that is underneath mine can be any window (like outlook, visual
studio...). I want my form send mouse events to these.

Thanks.
Sébastien

"Peter Jausovec" a écrit :
 
Back
Top