views:

106

answers:

0

I have a windows form app that contains a number of groupbox controls. This app was first developped in VS2003 and am trying to convert to VS2008 (I have SP1 installed). Trouble is that when I open my app in VS2008 and run it, all groupbox controls are properly displayed with nice looking borders, but when I compile and run the app from the .exe, the groupboxes lose color on borders and the line style of the border seems to be different as well.

This also happens when I start a new app in VS2008, drop a groupbox on the control, compile and run from .exe. I have not set any properties on the groupboxes, they are all default.

I have searched and searched and can find no indications why this might be. The app starts in a Sub Main, not Application Framework...this must remain the same.

Can anyone help me?