Style Sheet in Windows Forms

  • Thread starter Thread starter Burhan GUNES
  • Start date Start date
B

Burhan GUNES

How Can I use Style Sheets in Windows Forms Programs.
Then user can change interface.

Is there anyone help me?

Thanks.
 
Hello,

Burhan GUNES said:
How Can I use Style Sheets in Windows Forms Programs.
Then user can change interface.

You will need to develop a framework that provides this functionality
yourself.
 
What I mean that,
IF I change the style (like Style Sheet but must not be) of controls
(e.g. fore-color, bakground-color, font..), those will changes.

xml,css,resx or other tools how can i do this?
 
I mean, by using a tool (like xml,xsl or css but not
exactly these) I can change styles(font-size,fore-
color,background-color..) of Windows forms controls.

How can I do this? Its not developing a framework i think.

thanks
 
I mean, by using a tool (like xml,xsl or css but not
exactly these) I can change styles(font-size,fore-
color,background-color..) of Windows forms controls.

How can I do this? Its not developing a framework i think.

thanks
 
Hi Burhan,

some people have changed the UI for buttons, checkboxes and so on to use the windows XP style by means of a 'manifest', that must be
added to the application as resource. I guess, if the user then changes the Windows desktop colors or others, the controls in you
app may reflect these changes, too.

HTH,
ulrich
 
Back
Top