How can I put an icon on the title bar regardless of the which form is active?
Thisis not supported with the current version of the .NET CompactFramework. You can, however, P/Invoke Pocket PC’s notificaiton systemto do this. Refer to the following for more information: Sample Code: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/ppc_fications.asp AYGShell APIs: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/html/_cerefaygshellfunctions.asp The native Notification APIs are: SHNotificationAdd, SHNotificationRemove, SHNotificationGetData, and SHNotificationUpdate.