System Tray [modified]
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone have any examples on how I can minimise my application so that it runs in memory but shows an icon in the system tray? TIA
Hi, You will need to PInvoke a native function called Shell_NotifyIcon. Details and additional references to this technique can be found on MSDN Forums in the following thread - http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1504811&SiteID=1[^] You can also find a component within the OpenNETCF SDF library called NotifyIcon which wraps this up for you - www.opennetcf.com Hope it helps, Christopher Fairbairn