T
teo
When I Cut and Paste controls
(ie: from a 'Form' to a 'Tab control'
that I just put on the Form)
the pasted controls regularly arrive with their properties,
but the code behind them
remains ouside the form,
like user written subs remain
infact,
if I double-click on a pasted control
the displayed routine is empty
and now it is called
button_click_1
and not
button_click
is there a way to have the code of a pasted control
regularly "bound" to the pasted control?
(ie: from a 'Form' to a 'Tab control'
that I just put on the Form)
the pasted controls regularly arrive with their properties,
but the code behind them
remains ouside the form,
like user written subs remain
infact,
if I double-click on a pasted control
the displayed routine is empty
and now it is called
button_click_1
and not
button_click
is there a way to have the code of a pasted control
regularly "bound" to the pasted control?