I want my application (written in c#) which needs to run on Windows 7 and show an icon in the notification area. The default is “only show notification” I my icon to be shown by default. looking for the api in c# or to wite a script for this.
If there’s no direct way to do this is there any overriding way?
I want my application (written in c#) which needs to run on Windows 7
Share
I believe it is by design the Windows 7 doesnt let you do this programmatically.
Could you not do something on the main TaskBar using the Windows API Code Pack?