> 文章列表 > Winform控件开发(14)——NotifyIcon(史上最全)

Winform控件开发(14)——NotifyIcon(史上最全)

Winform控件开发(14)——NotifyIcon(史上最全)

前言:
先看个气泡提示框的效果:
Winform控件开发(14)——NotifyIcon(史上最全)
代码如下:
在一个button中注册click事件,当我们点击button1时,就能显示气泡

  private void button1_Click(object sender, EventArgs e){notifyIcon1.Visible = true;notifyIcon1