Owner change in an inherited form

  • Thread starter Thread starter Wojciech Trelak
  • Start date Start date
W

Wojciech Trelak

Hi,

Does anyone know how to change an owner of a control inherited from the
base form? In code it's simple, but the real question is how to force
designer to do this? Is it possible?

I tried to play with the Component Designer Generated Code

Best Regards

Wojciech
 
Can you pls explain it little more

"how to change an owner of a control inherited from the base form? " ???????
cannot get

Nirosh.
 
I have a base form A with certain number of controls. The form is inherited
by another form B. Form A has two panels were the controls are placed. I
need to move some controls between these two panels in form B. Form A must
stay unchanged.

So, the question is: is there any possibility, that such a movement is
doable with component designer in VS.NET? If there is, how to do it?
 
In theory you cannot and if you can then the whole concept of inheritence
get ruined..

but there may be some other way like copy paste to do this ... keep on
trying..

Nirosh.
 
Back
Top