Quote Originally Posted by Austin.Soucy View Post
Hello all,

I created a forms application and it looks great on my computer. The only problem is that I keep my appearance settings to the lowest possible(Classic Mode and very few visual effects). So when I built my application I built it to be visually pleasing with these settings. When I used it on another computer that has modern appearance settings it looked terrible.

All of the controls are in the correct spot and have the right size, but the controls have different borders and it is not visually pleasing at all.

Is there a way to force my window to open with certain appearance settings? I could not find anything in VS2010 but maybe a windows API?

Thanks for the help!
in Qt there things called layouts that make sure the the widgets are aligned as intended. Never looked into doing this another way.