balloon-tip Questions
7
On Windows 10, the ShowBalloonTip method of NotifyIcon NEVER shows the balloon tip. This would appear to have something to do with Windows itself.
If I go to Settings > System > Notification...
Theodoratheodore asked 24/2, 2017 at 17:14
3
In my Qt application, I'd like to use balloons/balloon-tips as shown in the Windows user experience guide (not the system tray balloons).
Is this supported by Qt? I haven't found anything. Is ther...
Inhale asked 24/10, 2011 at 17:7
0
I try to show a balloon tip like the one in the screenshot:
First I created a notifyIcon
Then I added this code to the Form1_Load function:
private void Form1_Load(object sender, EventArgs e...
Astronomer asked 3/8, 2017 at 19:54
0
I am trying to show a BalloonTip in my application, and am reading the documentation from MSDN but the only methods that display the BalloonTip, use timeout (specifically ShowBalloonTip(Int32) and ...
Traduce asked 28/7, 2017 at 17:34
1
Solved
How to display 'x' (close) icon in TBalloonHint?
I want to programmatically display near a control on form a balloon hint that looks like notifications in system tray. If this is not what TBallo...
Scion asked 8/10, 2014 at 0:45
2
Solved
I've been wondering, whenever you call the ShowBalloonTip method of the NotifyIcon class, you get a balloon tooltip like this:
Fig1: Standard Balloon Tooltip
Some applications and Microsoft pr...
Cheerful asked 12/1, 2012 at 14:14
4
Solved
I have a C# WPF application using XAML and MVVM. My question is: How can I show a balloon tooltip above a text box for some invalid data entered by the user?
I want to use Microsoft's native ballo...
Christ asked 24/9, 2011 at 20:36
3
Solved
In my application I want to use a tooltip to point at a label to get the users attention:
toolTip.IsBalloon = true;
toolTip.Show("message", label1);
The problem is that the balloon isn't pointin...
Fragrance asked 2/10, 2011 at 15:13
1
© 2022 - 2025 — McMap. All rights reserved.