I have a winforms application that I want to display on the icon, and I will show the icon next to the icons on my taxbar, for example, like my AV software, and volume control. Any idea how to do this?
Thanks in advance.
You need to look at NotifyIcon .
A few quick things you can do. When the user minimizes your application, you can "hide" it (this.Hide ()). Then by clicking NotifyIcon you can show your application.
Source: https://habr.com/ru/post/1719920/More articles:ASP.NET MVC + моделирование и частичное представление - authenticationServer.Execute () in ASP.NET MVC - asp.net-mvcProblems with Ajax, PHP and sessions - jqueryWhat is the best way to save an object using forms in PHP? - objectBash comparing the saved value of "boolean" with what? - bashShould you import all the classes you use in Python? - pythonWhy does CreateProcessAsUser require an interactive window station in Vista / Windows 7? - windows-7PHP OOP Question - oopC # - Return Enum? from static extension method - genericsсоздать и испустить сигнал gtk - cAll Articles