المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Forms, Transparencykey and Windows VISTA



C# Programming
05-31-2009, 08:52 AM
I have an application that uses some transparent windows that are put on an other application's windows. These transparent windows contains some boxes that are meant to show some information on the windows of the other application. A need that when the use clicks on the transparent parts of my windows, mouse clicks are carried to the element that is below my transparent windows.
I use a .net Form with background color set to the transparentkey.
Everything works good under Win XP but under Vista the transparent window blocks every mouse click , it's transparent for the eyes but not for the mouse.
Anyone knows a solution?