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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top