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

مشاهدة النسخة كاملة : Way to retain focus of transparent form application.



C# Programming
06-19-2009, 10:40 PM
In C#, if I make a transparent windows form using transparency key colored "control", then on clicking anywhere on screen(while application is in focus), transfers focus of the app to the one behind it, which is normal behaviour.
If I want the application to retain the focus, is it possible to do anyhow ?