How do i change/set the border color of a panel? If i need to subclass (in C++ term?) then which method should i be overriding?
Thanks for any simple help
Archaven
Printable View
How do i change/set the border color of a panel? If i need to subclass (in C++ term?) then which method should i be overriding?
Thanks for any simple help
Archaven
OnPaint() method of the Panel control .