How can I change the view of the form

Recommended Answers

All 7 Replies

do you mean the visibility?
there are show and hide methods for the form class.

How can I change the view of the form

We didnot get you. I think you want the different shaped forms. Isn't it?

no I mean to change the style of the form

can you give an example of style?

If you have aj et audio or windows media player or winamp How CAn I make the style like them

lol wow. You mean how to "skin" a form.

That can be a very complicated process and there are many ways to go about it.

you could create your own custom controls that are all drawn fancyful.

you could just overide the form's paint events and draw on the form.

you could set the forms FormBorderStyle property to "none" and then add pictureboxes around the border of you form and create a look that way...

or you could combine them all for a cheezy skin effect if you so desired.

But I warn you, creating non square forms with fancy images seems easy and fun. but its actually a lot of work. and if you intend to have nice edges or quality transparency effects, get ready to layer forms and import some windows methods. its a headache. C# wasn't really designed for fancy skins. Although its very possible.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.