C# NotifyIcon Show Balloon Parameter Deprecated

醉酒当歌 提交于 2020-01-05 04:20:10

问题


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?

来源:https://stackoverflow.com/questions/45379333/c-sharp-notifyicon-show-balloon-parameter-deprecated

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!