tab control

M

Matt

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
 
K

Krizhek

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.
 
M

Matt

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.
 
Top