问题标签 [balloon-tip]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - ShowBalloonTip():消息出现延迟
在 Windows 7 64 位、Visual Studio 2010 Express、C#、NET 2.0、Windows 窗体中,我在上下文菜单中有一个选项,可将我的应用程序(或最小化)隐藏到通知区域中的图标。通知图标始终可见,因为应用程序不会出现在任务栏中。
但是,消息的显示延迟超过 10 秒。这不好,因为我想立即通知用户他可以从哪里恢复程序。
我该如何解决这个问题?谢谢你。
c# - 任何控件(如通知图标)上的气球提示?
我有一个带有自定义托盘图标的 win 表单应用程序,如下所示:
我想向用户发送带有气球提示的通知,例如 Windows 托盘图标,带有关闭按钮并永远向用户显示,直到按下关闭按钮):
在气球模式下使用工具提示可以帮助我,但工具提示没有关闭按钮。
谢谢。
python - 如何使用 python 从气球弹出窗口中读取文本?
我正在使用蓝牙将一个大约 500MB 的大文件从一个系统传输到另一个系统。在此期间,我会看到一个气球弹出窗口,上面写着“蓝牙连接”,其中包含模式已更改为高速模式的文本。我想使用 python 在变量中获取此文本。关于如何从气球弹出窗口中读取文本的任何线索???
希望尽快得到答复。
问候辛
c# - 在屏幕上保留 NotifyIcon 气球提示
是否可以设置,除非我关闭它,否则气球尖端不会消失?
这是我的代码:
c++ - 在 Visual Studio 2005 中使用 VC++ 的气球工具提示图标
我正在尝试在 Visual Studio 2005 中使用 VC++ 创建一个 BalloonToolTipIcon。我能够创建一个工具提示,如图所示“ http://www.c-sharpcorner.com/UploadFile/mahesh/tooltip-in-C-Sharp /Images/ToolTipImg2.jpg ”但我希望它是这种类型的“ http://www.quantumsoftware.com.au/Images/Products/WindowsFormsComponents/BalloonToolTip.gif ”...
我正在使用以下代码来创建此工具提示。谁能告诉我我没有正确设置哪个属性?
提前致谢
.net - Display tooltip when a item of ComboBox exceeds the visible limit?
In my app, which is a WF project, I have a combobox with directories:
If a directory is too large the user can't see the entire directory name.
Now, in most applications I see that if a item of a combobox or textbox exceeds the visible limit then a kind of a little tooltip/ballontip is shown exactly at the item/mouse position displaying/expanding the full string (the full directory name I mean)
My question is how I can do the same, I don't know how to do this using the default tooltips.
UPDATE:
I've got this usercontrol, but it turns really slow when opening the dropdownlist and when while overhoving the combobox items, the "navigation" between the items are really slow and like I've said also is slow to open the dropdown list after do a click to expand the list.
I want to improve the speed like the default combobox:
PS: I don't know anything about C#
c# - BalloonTipClicked(关闭/显示)发件人/EventArgs
我正在尝试确定哪个 BalloonTip(NotifyIcon)发送了 BalloonTipClicked(和 Closed 和 Shown)事件,因为我有几个不同的场景,其中可能会显示气球,它们并不完全相同,也不会有相同的预期动作。
有谁知道您是否可以识别有关发送 Clicked/Closed/Shown 事件的 BalloonTip 的任何信息?
vb6 - 检测气球工具提示是否可见
我的程序大量使用了 Windows 内置的气球工具提示,但在某些系统上它们只是不显示。这可能有很多不同的原因(例如:EnableBalloonTips、ShowInfoTip、DisablePreviewDesktop、TaskbarNoNotification 都是可能产生影响的不同注册表项),因此在安装期间几乎不可能更正这些设置。
所以我的替代方法是简单地测试气球是否可见,如果不可见,则显示一条消息,他们应该联系支持人员。然而,我在工具提示的 hWnd 上使用的所有方法(IsWindowVisible、GetActiveWindow 等)都返回气球是可见的,即使在它不可见的情况下也是如此。我怀疑这与 Windows 将父级的 hWnd 分配给气球有关,那么如何检查它的实际显示是否正确?
notifications - 当用户点击它时如何处理通知(Shell_NotifyIcon)以执行某些操作?
Iam NewBie,我已经为我的应用程序创建了托盘图标
}
我通过使用显示通知
我从最近两天开始尝试这个我已经谷歌了很多次并搜索了很多博客但我不能,任何人都请帮助我