I need the user to be able to move & resize a control (a label) at run time.
Is it possible to set the control as being in designmode, to use the built
in design code rather than having to re-write this functionality myself?
Ben Voigt - 15 Jun 2006 16:25 GMT
>I need the user to be able to move & resize a control (a label) at run
>time.
> Is it possible to set the control as being in designmode, to use the built
> in design code rather than having to re-write this functionality myself?
That code isn't built into the control, it's provided by the Form Designer.
Lookup Glyph and Adorner in the .NET documentation.