主题:关于双击icoNotify图标
为什么右击icoNotify图标后不出现mnuNotify(上下文菜单),双击不出现应用程序?
代码如下:
private void icoNotify_DoubleClick(object sender, System.EventArgs e)
{
icoNotify.Visible=false;
this.ShowInTaskbar=true;
this.Show();
}
可是双击以后没有反应.
代码如下:
private void icoNotify_DoubleClick(object sender, System.EventArgs e)
{
icoNotify.Visible=false;
this.ShowInTaskbar=true;
this.Show();
}
可是双击以后没有反应.