我使用" Controls.Add()"添加了一个控件。我想用鼠标输入sub。我以为我可以用这个:
Private Sub HealingPotion_MouseEnter(sender As Object, e As EventArgs) Handles HealingPotion.MouseEnter
End Sub
" HealingPotion"是使用" Controls.Add()"添加的控件。但它不承认变量。有人可以帮忙吗?