I want to more space for my game application. If I will use the system tray space for application, Microsoft requires any setting for system tray for user otherwise any problem happend for microsfot certification.
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.
There are no certification requirements around the system tray’s visibility, as far as I am aware. The APIs provide the means to hide the tray as follows…
Silverlight
In the page declaration for any page you want to hide the system tray, add the following.
XNA
In the constructor for the pages where you want to hide the system tray, find the line
and after it, add the following