hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

ShowBalloonTip 不显示提示框 #82

Open longzu opened 2 years ago

longzu commented 2 years ago

string title = "WPF NotifyIcon"; string text = "This is a standard balloon";

        this.sysNotifyIcon.ShowBalloonTip(title, text, this.sysNotifyIcon.Icon, true);
Lakritzator commented 2 years ago

I'm not sure what you want to say with this issue?

Lakritzator commented 2 years ago

@longzu Can you tell me why this issue was raised?

WilliamQue commented 1 month ago

@longzu Checking whether your windows is under focus mode (专注助手), if it's , the pop window of balloontip will be blocked by windows,and nothing would show.