I have defined the windows taskbar as auto-hiding. Now I am showing for a way to show the taskbar from C#-code. Can somebody help me perhaps with a little code-snipped?
Share
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.
The taskbar in an AppBar. Which can be controlled using the SHAppBarMessage API.
Here is a separate article on AppBar’s which can help you better understand how to use the API:
http://www.codeproject.com/Articles/3728/C-does-Shell-Part-3
Edit:
If you need to find the handle for the Taskbar itself, you can use the FindWindow method. The taskbar is named “
Shell_traywnd“