I am making a shell replacement using c#. so far it is working fine but i have this problem. when i click on my fake desktop, all visible forms gets behind.
any ideas? any code, link, hint woul be much appreciated.
TIA
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at this MSDN Link.
It is talking about Vb.Net but should be applicable to C# also. What it states is to use the Windows API. It uses the SetWindowPos to set the form to the bottom. Here is the Pinvoke page for SetWindowPos.