//气泡提示
if (notifyIcon1.Visible == true)
{
notifyIcon1.ShowBalloonTip(3000, "当前站点:", webBrowser1.Document.Title + "\r\n" + webBrowser1.Document.Url.ToString(), ToolTipIcon.None);
}效果图:
//气泡提示
if (notifyIcon1.Visible == true)
{
notifyIcon1.ShowBalloonTip(3000, "当前站点:", webBrowser1.Document.Title + "\r\n" + webBrowser1.Document.Url.ToString(), ToolTipIcon.None);
}
评论(0)
暂无评论。