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 ShowBalloonTip(Int32, String, String, ToolTipIcon)
), which is a deprecated parameter as of Windows Vista. What is the proper way to display a BalloonTip
that doesn't contain a deprecated parameter for Windows 7 and above?
0条回答
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f