
December 3rd, 2012, 11:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 41,563
Time spent in forums: < 1 sec
Reputation Power: 47
|
|
|
VB.NET - Building User-Drawn Controls in Visual Basic
This is the most complicated but most flexible type of control. A user-drawn control consists of a UserControl object with no constituent controls. You are responsible for updating the control`s visible area with the appropriate code, which must appear in the control`s OnPaint method. (This method is invoked automatically every time the control`s surface must be redrawn.)
Read the full article here: VB.NET - Building User-Drawn Controls in Visual Basic
|