c# Programming Glossary: cgrip
Resize WinForm, with no border? http://stackoverflow.com/questions/2575216/resize-winform-with-no-border ControlStyles.ResizeRedraw true private const int cGrip 16 Grip size private const int cCaption 25 Caption bar height.. e Rectangle rc new Rectangle this.ClientSize.Width cGrip this.ClientSize.Height cGrip cGrip cGrip ControlPaint.DrawSizeGrip.. this.ClientSize.Width cGrip this.ClientSize.Height cGrip cGrip cGrip ControlPaint.DrawSizeGrip e.Graphics this.BackColor..
|