İ have a windows application. I made it in v.s 2008 with c#. I want to put it on trace when i m installing it. like windows messenger, yahoo messenger etc…
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.
I can only guess that by ‘trace‘ you mean the Taskbar Notification Area. To add an icon in the notification area you use a NotificationIcon component. To react to user interacting with your icon you add event handlers or set the ContextMenu to your notification icon. The MSDN help for the NotificationIcon has a sample on how to achieve most common tasks like hiding the form on close and activate it back on notification icon click.