-
Hello,
I am trying to write an app with a NotifyIcon (system tray icon) with WinFBE/FreeBASIC.
So far, I was able to create a NotifyIcon and show it in the system tray.
But now I am trying to rea…
-
**Describe the bug**
Since Version 2.0.2 the NotifyIcon.HookWindow returns null. We have an NotifyIcon that is created by xaml in the titleBar.Tray section.
This handle was nessasary to determ th…
-
### .NET version
.NET 8
### Did it work in .NET Framework?
Not tested/verified
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, .NET 6, 7 and 8 on Windows 10.
### I…
-
### Affected Version
1.81.6 Preview
### Bug Behavior
When any of the games are launched the launcher crashes and prints an error in the console.
### Expected Behavior
The launcher shouldn't…
-
```
ON_MESSAGE(WM_NOTIFY_ICON, OnNotifyIcon)
//notify
//...
notifyIconData.cbSize = sizeof(NOTIFYICONDATA);
notifyIconData.hIcon = ::AfxGetApp()->LoadIcon(IDI_ICON_MU);
notifyIcon…
-
### Describe the bug
我通过xaml的方式增加托盘图标,但是每次通过mstsc远程连接运行这个软件的电脑后就会创建一个新的托盘图标,mstsc远程连接N次,那么托盘图标就会有N+1个,但是使用C#代码在窗口Load的时候创建托盘图标就没问题。
`
…
-
I have the following simple script
```ts
// Name: RecycleDefaultAppPool
import "@johnlindquist/kit";
function configure() {
$.shell = "powershell.exe";
}
function showNotificationUs…
-
- [ ] Include the log file `upgrade-assistant.clef` that is produced in the working directory
[upgrade-assistant.clef.txt](https://github.com/dotnet/upgrade-assistant/files/7612779/upgrade-as…
-
https://github.com/hardcodet/wpf-notifyicon/issues/65
The tooltip of the icon doesn't show the name and version of the product.
coenm updated
1 month ago
-
I am creating an application that has dynamic tray icon (both icon and tooltip). So far I was able to do this using hardcodet. It would be cool to have such ability for wpfui. Also MenuItem commands a…