Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie questions on WinForm design
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01204604
Message ID:
01204725
Views:
16
>
>There is no shape in WinForms (although there is in WPF). So in WinForms, you may have to create it yourself. Something like this would do:
>
>
public class Shape : Control
>{
>    public override void OnPaint(PaintEventArgs e)
>    {
>        e.Graphics.DrawRectangle(this.ClientSize);
>    }
>}
>
>The code may not be exactly right as I am just typing it in by heart, but you get the idea...
>
>Markus

Thank you very much for sample code. This is a good start.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform