Author Topic: [C++]Icons  (Read 2697 times)

0 Members and 1 Guest are viewing this topic.

Offline drka

  • ffdshow > in_mp3.dll
  • Full Member
  • ***
  • Posts: 330
    • View Profile
[C++]Icons
« 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

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: [C++]Icons
« Reply #1 on: October 03, 2005, 03:12:29 pm »
You want to use the System.Windows.Forms.NotifyIcon component.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline drka

  • ffdshow > in_mp3.dll
  • Full Member
  • ***
  • Posts: 330
    • View Profile
Re: [C++]Icons
« Reply #2 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.