how to make program that be in the taskbar windows-CE
问题 how to make C# program that will be All time in the taskbar ? i want to Build a Keyboard program. i need that when i open the device the program will open and be in the taskbar. another question is, when i have an external program that has a Textbox, how to make that when i press any key in my C# keyboard it will be in this external Textbox ? thank's in advance 回答1: It's not implemented in the CF, but the NotifyIcon class is what you're after. The SDF does implement it. It would be used