Feb 26, 2003 #1 B bwells Regular Joined Feb 25, 2003 Messages 84 How can I draw a colored border around a form? thanks Bryan
Feb 27, 2003 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England For a coloured border, look at the Graphics.DrawRectangle method. For a 3D border, check out the ControlPaint.DrawBorder3D method.
For a coloured border, look at the Graphics.DrawRectangle method. For a 3D border, check out the ControlPaint.DrawBorder3D method.