how can i customize a form shape in VB,
for instance i want to have a triangle form
or other arbitrary style.
in advance
thanx
Printable View
how can i customize a form shape in VB,
for instance i want to have a triangle form
or other arbitrary style.
in advance
thanx
Use the CreateRoundRectRgn or CreateRectRgn CreateEllipticRgn ,set them with SetWindowRgn and for complex regions use the CombineRgn API.