News:

How did you even find this place?

Main Menu

[C++]Icons

Started by drka, October 02, 2005, 06:59:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drka

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

MyndFyre

You want to use the System.Windows.Forms.NotifyIcon component.
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

drka

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.