.NET Tricks, Tips, and Snippets
Rectangle rect = this.ClientRectangle; graphics.Clear(Color.Black); rect.Inflate(-1,-1); graphics.DrawString(string.Concat("Onpaint error: \'", exception.Message, "\'") , theFont, Brushes.Red, rect);
Post a Comment
No comments:
Post a Comment