Hi Joseph,
The basic principle is going to be the same. You define a GraphicsPath and set the controls region to use that path.
I believe there is a shaped button example on codeproject which may help, but I don't have a link to hand.
Depending upon your exact requirements, it may be that you don't need a control at all. Simply draw the GraphicsPath to the form and HitTest the path in the forms OnClick method.
Regards,
Mick.
Mick Doherty
http://dotnetrix.co.uk