shape of the form?!?!?

frix199

Member
Joined
Jul 18, 2005
Messages
19
Programming Experience
1-3
there are some applications on the net, anykind of,
that their forms got reeeally weird shapes...like:

|--------------------_-_-_-|
|--------------------------|____
| |
| >
| >
| >
| |
|____________________________|

i know my descritpion was fully understandable:Dlolz

anyway how can i made this????
 
i do know the simplest way

change these properties of form

make borderstyle=none, backgroundimage=to any shape

transperancykey=transperent
 
You can make any section of your form transparent by setting the TransparencyKey to a particular colour and then making the parts you want to be transparent that colour. You would normally use an unusual colour that is otherwise unlikely to appear on the form.

You can also use the ShapedControl found here: http://www.componentscience.net/Products/ElementsEX/tabid/65/Default.aspx
 
Back
Top