Create something akin to VS.NET Form Designer

  • Thread starter Thread starter dmeglio
  • Start date Start date
D

dmeglio

I was wondering if anyone knew of any resources that would help me
build something akin to the VS.NET form designer? Meaning, say I have
a Button object on my form. I want it to have that kind of border
around it, with the "handles" at each corner (and in the middle of
each side) that allows the user to resize it, and also give the user
the ability to drag it and move it around the form. Does anyone know
of a way to accomplish this?
 
You might be able to use some of those components in .NET 1.1, as I
^think^ that they existed in the framework then. I'm not sure, so you will
have to experiment.
 
According to MSDN, DesignSurface became available in 2.0

You might be able to use some of those components in .NET 1.1, as I
^think^ that they existed in the framework then. I'm not sure, so you will
have to experiment.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)






That's pretty much exactly what I want, but is there any hope for
those poor souls of us out there who are still stuck in .NET 1.1 land?
I don't mind if it's a component I have to buy...- Hide quoted text -

- Show quoted text -
 
Back
Top