tab control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I have a form with a on it I want to move some buttons from on tab to
another tab how do I do this. Thanks
 
Simply Cut from the old tab select the new tab and Paste, Then verifiy that
the code behind it carried over (which should since the button control name
does not change). You will also need to make sure that the tab is selected
or you could paste the button over the tab rather than in it.
 
Thanks

Krizhek said:
Simply Cut from the old tab select the new tab and Paste, Then verifiy that
the code behind it carried over (which should since the button control name
does not change). You will also need to make sure that the tab is selected
or you could paste the button over the tab rather than in it.
 

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