design - Graphic Compatibility with Microsoft .NET -


I have Microsoft. Created a small application using the net. I do not have problems with MSNET versions, the problem is with version 2.0 only.

This is a graphic problem. This app is not showing the same user interface on two different Windows XP. Apart from the classic style, there is another XP style and it does not show even below Vista.

The difference is not big (I mean that a text box does not change in a button!), But the design is completely lost (the color change and the location of the controls.) This means that My application looks dirty in other computers, which is not good because I have spent a lot of time designing it, although it can not be used with any problems. It just looks bad

How can I solve this problem? For future designs? Is WPF a solution or worse than that?

You have several options:

  1. All visible styles are turned on And look like the Classic UI on all the OS
  2. Do not use system colors and correct all the colors correctly.
  3. Use third party skinnable UI framework such as developer express

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -