Sunday, July 27, 2008

Resizable and movable Controls, C# .NET Forms

Imagine resizable and movable controls at runtime. Now make it possible! Just download the following .NET open source class.
http://jaderd.googlepages.com/ResizableControlDLL.zip

10 comments:

Anonymous said...

Thanx dude!! it saved a lot of time for me.

Jader Dias said...

Someone asked how to get a movable/resizable button. All you need to do is get the source code and replace ": Control" by ": Button"

Anonymous said...

Nice job! Could you modify this cool dll to show control content while moving/resizing?

Jader Dias said...

I just tried to show control content while moving/resizing but it was not as easy as I expected, so I gave up.

SAHIL SINGLA said...

Actually I am not getting how to use that

Jader Dias said...

@Sahil

Currently it's a class that inherits from a generic control. If you make it inherit from a button, you'll have a resizable button. And so on.

SAHIL SINGLA said...

@Jader Dias

can u help me with the sample program. please mail at ( sahil4659@gmail.com ).please its a request.

SAHIL SINGLA said...

now i understand what u r saying...........no need of sample program.......wonderful job by u....i need this in my project.........thanks very much

Anonymous said...

Very nice control, thank´s for sharing !!!

Anonymous said...

Please explain me, how to use this.