.NET's custom control and form
Is there any wrox books that covers in-depth and details about how to create .NET's custom control from scratch (eg. inherit UserControl or Control), not just inheriting another controls (eg. creating NumericTextBox by inheriting TextBox).
Also about how to manipulate .NET's form, eg. about Non-client area, how to paint non-client area, form's message, etc.
Thanks,
Lok
|