I'm trying to have an app start minimized in c# but "windowstate" library isn't available as I have selected to build "Blank app" in c# + I cant find the notifyIcon tool in the toolbox. I tried to find that as I read some solutions including it.
this.WindowState = FormWindowState.Normal
Isn't recognized as a command, as suggested in a possibility duplicate post, I've checked that and it does not match my case. I am not using Windows forms so this won't work anyway.