Create something akin to VS.NET Form Designer

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?
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
D

dmeglio

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 -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top