Handling a click event anywhere inside a panel vb

The solution for “Handling a click event anywhere inside a panel vb” can be found here. The following code will assist you in solving the problem.

AddHandler MyPanelControl1.Click, AddressOf MyPanel_Click
AddHandler MyPanelControl2.Click, AddressOf MyPanel_Click

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts