Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShowBalloonTip 不显示提示框 #82

Open
longzu opened this issue Aug 23, 2022 · 3 comments
Open

ShowBalloonTip 不显示提示框 #82

longzu opened this issue Aug 23, 2022 · 3 comments
Labels
needs clarification More context needed to understand the problem.

Comments

@longzu
Copy link

longzu commented Aug 23, 2022

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

        this.sysNotifyIcon.ShowBalloonTip(title, text, this.sysNotifyIcon.Icon, true);
@Lakritzator
Copy link
Collaborator

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

@Lakritzator Lakritzator added the needs clarification More context needed to understand the problem. label Sep 5, 2022
@Lakritzator
Copy link
Collaborator

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

@WilliamQue
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs clarification More context needed to understand the problem.
Projects
None yet
Development

No branches or pull requests

3 participants