1、你可以在窗口的click事件那里写代码。
2、如果确实需要绑定click事件,代码改成
Dim btn As Windows.Forms.Button = button.basecontrol
AddHandler btn.click, AddressOf ButtonRemove_Click
非常感谢解答,祝生活愉快!