I have two questions:
I'm trying to develop a windows forms application using C# in Visual Studio. I want my application to automatically start as soon as users start their computer. How do I achieve this?
I'm using the notifyIcon control to minimize my application the systen tray. It works perfectly, but the icon from the taskbar remains as it is. I want it to be like uTorrent or BitTorrent, where minimizing the application sends it to the system tray and removes its icon from the taskbar.
I'm using .NET Framework 4.5.