PDA

Click to See Complete Forum and Search --> : how can i ?!!!


rzhd
Jan 16th, 2001, 02:17 PM
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

Vlatko
Jan 16th, 2001, 03:22 PM
Use the CreateRoundRectRgn or CreateRectRgn CreateEllipticRgn ,set them with SetWindowRgn and for complex regions use the CombineRgn API.