If you do a lot of app programs that require buttons it may be worth your
while to write a user control. It's pretty simple to do, just extend
System.Windows.Forms.UserControl and override the onPaint method as well as
override/include other methods for functionality. Then you can add this
control to your toolbox for drag and drop use. Let me know if you need any
specifics.
Don Lee
> Hi All,
>
[quoted text clipped - 3 lines]
> Please help me out.
> Thanks in advance.