I found this link from Microsoft on how to implement a Windows taskbar icon for a form which is different from the form's icon. I have one icon that fits to window and another one that fits the taskbar. It worked perfectly the first time I tried but then I had to stop trying it out and go back in code. Now as I am trying to implement it again, it does not work anymore, I have to idea why. Basically it's very easy:
- Add a NotifyIcon component to the form
- Choose the icon and set visibility
Did anyone experience the same trouble?