2016-10-10から1日間の記事一覧
Option Strict On を設定しているとき、 AddHandler .MouseClick, New EventHandler(AddressOf NotifyIcon1_MouseClick()) 以下のエラーが出る場合の対処方法。 'Private Sub NotifyIcon1_MouseClick(sender As Object, e As System.Windows.Forms.MouseEven…
Option Strict On を設定しているとき、 AddHandler .MouseClick, New EventHandler(AddressOf NotifyIcon1_MouseClick()) 以下のエラーが出る場合の対処方法。 'Private Sub NotifyIcon1_MouseClick(sender As Object, e As System.Windows.Forms.MouseEven…