How TO change the Skin OF dialog
please Tell Me that how i change the skin of dialog in C# send some articles or samples
THANKS..........
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 6, 2005, 9:58 AM
Mahesh ChandPosted Sep 6, 2005, 9:57 AM
You use Form.Region property to create shaped froms. A Region can have path, circle, rectangle etc.
So if you want to create a circular form, create a path, add a circle to it, and create a Region and
set Form.Region property.