someone tell/show me how to place an icon in the tray. i know how to make an icon but i dont know how to make it of type System.Drawing.Icon(or w/e it is).
btw: im doing this in Managed C++ or if you anyone wants to be gay about it, C++ .NET
You want to use the System.Windows.Forms.NotifyIcon component.
yes i know that. but i need to set the Icon property which has a type of System.Drawing.Icon . and that's what i need help with.