Revision: 62878
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 20, 2013 06:44 by thomas-h
Initial Code
e.Graphics.DrawRectangle(Pens.Black, new Rectangle(0, 0, Width - 1, Height - 1));
Initial URL
Initial Description
Draw a border around the form. Add to the paint event handler.
Initial Title
Draw a border around the form
Initial Tags
form, c#
Initial Language
C#