Hi,
I'm using Visual C# Express 2010 both on my Win7 and XP.
I have a Windows Form Application project, and there is SevenXPForm (inherits Form).
I created it in Visual C# Express 2010 on Win7, and in the Properties panel, I set
.MinimumSize = 300, 300
.Size = 300, 300
And a TabControl is in the middle of the Form:
However, when I save the project/solution, and open in in Visual C# Express 2010 on WinXP, the size changed to:
.MinimumSize = 300, 279
.Size = 300, 279
And the TabControl is NOT it the middle of the Form any more:
When I open it on Win7 again, it comes back.
This is haunting me, cuz my application is expected to be working both on XP and Seven, (and Vista).
Do I have to set something to let it behave exactly same both on Win7 and WinXP?
Peter