托盘右键演示C#源代码private void Form1_Load(object sender EventArgs e)
托盘,右键演示,C#源代码privatevoidForm1_Load(objectsender,EventArgse)
{//设置托盘控件属性
this.notifyIcon1.ContextMenuStrip=this.contextMenuStrip1;
this.notifyIcon1.Text="演示创建托盘";
this.notifyIcon1.Visible=true;
this.notifyIcon1.Icon=newIcon("MyIcon
下载地址
用户评论
用不了啊,这个咋搞的
很不错 正好可以用到 学习中。