我已经做了一段时间了,我想知道如何在Visual中使用NotifyIcon。Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load NotifyIcon1.Visible = TrueEnd Sub
但我没有收到通知/气球。
我正在写一个简单的应用程序,我想用一个notifyIcon而不是一个表单来控制,我通过谷歌找到了下面的例子,但我的notifyIcon不会出现。我做错了什么?System.ComponentModel.ComponentResourceManager(typeof(C2F)); private Settings C2FSettings = new Settings();
p