notifyicon
Minimize form to system tray
I want to hide my form while keeping my application running in background. I\'ve used notifyIcon and it remains always visible.[详细]
2023-04-07 15:13 分类:问答i written a winforms application in VB .NET in visual studio 2010
I have to run a thread create in the code. In the form1 i have a button that run the new separate thread for elaborate some data, so i need it for not freeze the form.[详细]
2023-04-06 23:24 分类:问答notifyicon image looks terrible once image ends up in system tray
I am using Visual Studio 2010, C#, on Windows 7. I have added a notify control to my project and set it to an icon I have imported to the project. The icon image is really good looking if I just prev[详细]
2023-04-06 11:16 分类:问答Make visible baloonTipText until it is clicked
I have a NotifyIcon in my program which displays a baloon tip in the taskbar. I wrote code as notifyIcon1.Icon = new Icon(SystemIcons.Application, 40, 40);[详细]
2023-04-06 00:56 分类:问答Toggle form visibility on NotifyIcon click and hide it on click elsewhere
I have an application which is in system tray. I want to make it visible when the user 开发者_运维知识库clicks on the notifyIcon, if it\'s not visible already. If it is already visible it should be hi[详细]
2023-04-02 07:18 分类:问答WindowsState Minimized is not working when NotifyIcon is used
I\'m trying to show NotifyIcon when form is closed. It closed but it also closed when I click Minimized button. Here is my code.[详细]
2023-03-31 12:23 分类:问答Notify icon does not show in tray C# winforms
why does my notification icon does not show in system tray when i launch my windows form? Here is what i am doing.[详细]
2023-03-28 19:09 分类:问答C# toggle window by clicking NotifyIcon (taskbar icon)
My C# application consists of a taskbar icon (NotifyIcon) and an overhead window initially hidden. I want the user to be able to toggle开发者_StackOverflow the window visibility by clicking on the Not[详细]
2023-03-24 17:48 分类:问答NotifyIcon showing message from program
Just wondering if there is a way to display a message from the notifyicon when a certain event in the program is reached. Almost like a balloon popup. I cant seem to find anything online... This would[详细]
2023-03-11 14:35 分类:问答Multiple notification icons appear when using multithreading
Context: I\'m working with a relatively simple winforms application, written in VB.NET on the .NET 3.5 framework in Visua开发者_高级运维l Studio 2010.[详细]
2023-03-05 09:43 分类:问答