notifyicon
Using Invoke with a UI element that extends Application Context?
I have a 开发者_JS百科taskBarIcon element extending Application Context from which my entire UI is designed. This is because the original functionality of the application was to run a background proce[详细]
2023-01-04 23:36 分类:问答Disabling Alt-F4 on a Win Forms NotifyIcon
I am using a NotifyIcon from Win Forms to make a systray icon for my WPF C# application. I have a bug where if the user right clicks the icon for the context menu, they can press Alt-F4 and the icon[详细]
2023-01-03 16:10 分类:问答Why is WPF NotifyIcon Icon property setter throwing an exception?
I\'m having trouble with a NotifyIcon in WPF, the second line is throwing an exception. I can\'t seem to find a way to use the icon file I have in the resources, can anyone help.[详细]
2023-01-01 06:33 分类:问答C# NotifyIcon ShowBalloonTip timeout
In my c# (2.0 framework) application I\'m using notify Icon control. I want to show from this control a balloon tip. but the \"showBalloonTip\" event i slimite to a timeout and I want to show this bal[详细]
2023-01-01 01:00 分类:问答drag and drop on NotifyIcon in tray in C#
I am trying to create a C# application that runs in tray where I开发者_如何学JAVA can drop files on it\'s icon.[详细]
2022-12-29 04:57 分类:问答How to extend/patch an existing module or package?
I want to extend some locale-specific features of a python application named OpenERP. All I need is implementing a third party module.function that would be called every tim开发者_JAVA百科e OpenERP ca[详细]
2022-12-25 11:11 分类:问答Animated Notify Icon like the task manager graph
I\'m trying to create a bandwidth monitor - I\'ve done most of it, but I want to have a notifyicon that changes dependent on the bandwidth.[详细]
2022-12-25 11:03 分类:问答Winforms - why does a "Show()" after a system tray double click end up in my app minimized?
开发者_如何学CWinforms - why does a \"Show()\" after a system tray double click end up in my app minimized?[详细]
2022-12-25 09:24 分类:问答Animate tray icon while processing
How can I animate the tray icon while the main applicatio开发者_开发知识库n is processing? I already tried the suggestion here, but the icon does not animate during process. I also tried putting the a[详细]
2022-12-25 03:18 分类:问答c# catch clipboard changes, wont work if form minimized to tray
i have a problem using the \"Catch Clipboard Events code\" found on this link : Clipboard event C# the code works great only if the form stays in the foreg开发者_Go百科round, not minimized to tray B[详细]
2022-12-24 11:08 分类:问答