How to create a panel control

  • Thread starter Thread starter EMW
  • Start date Start date
E

EMW

How can I place a panelcontrol at the location I want and in the size I
want after a user clicks on a button?
I want to use the panel to show other buttons.

rg,
Eric
 
place a panel in your form and set Visible="false".
in the button click event you can set visible to true.
 
Back
Top