I don't want my main form to show in the taskbar. I want to run a NotifyIcon off of it and then use a second form for my main user interaction.
When the form is set to ShowInTaskbar = False, you get a different icon in the "alt-tab menu (what's this called?)". I wanted my own icon to show here (or none at all). How can I either force my own icon to show up or just hide it all together?
When the form is set to ShowInTaskbar = False, you get a different icon in the "alt-tab menu (what's this called?)". I wanted my own icon to show here (or none at all). How can I either force my own icon to show up or just hide it all together?