Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: drka on October 02, 2005, 06:59:06 pm

Title: [C++]Icons
Post by: drka on October 02, 2005, 06:59:06 pm
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
Title: Re: [C++]Icons
Post by: MyndFyre on October 03, 2005, 03:12:29 pm
You want to use the System.Windows.Forms.NotifyIcon component.
Title: Re: [C++]Icons
Post by: drka on October 03, 2005, 05:57:11 pm
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.