changing the Window form shapes
I want to create a form with my own specifications,shape and functionalities....give me some suggestions.....
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.
Vasu GadhiyaPosted Jul 12, 2014, 1:56 AM
change below property of form
backcolor = Black
Backgroundimage = (Choose your background image, custom shaped)
BackgroundimageLayout = center
FormBorderStyle = None
TransparencyKey = Black
Startposition = CenterScreen
And run your form...
(See attached project)