Creating a button the user can move and resize???

  • Thread starter Thread starter SVD
  • Start date Start date
S

SVD

Hi,

I would like to create a form with buttons a user can move and resize (just
like adding buttons in the form designer). Is there a property that can be
turned on for this? Or, would I have to make my own owner drawn control with
all the mouse overrides?

Otherwise, any third party buttons out there like this?

Thanks,

Steve
 
* "SVD said:
I would like to create a form with buttons a user can move and resize (just
like adding buttons in the form designer). Is there a property that can be
turned on for this? Or, would I have to make my own owner drawn control with
all the mouse overrides?

Have a look at the implementation of SharpDevelop's Windows Forms
editor:

<http://www.icsharpcode.net/OpenSource/SD/>
 
Back
Top