0

I'm developing for Pocket PC in Visual Studio 2003. When I create a Windows form it has the look of a classic XP frame with the 'X' and underline in the right top corner. How do I change the look into the Pocket PC window with an 'Ok' button in the top right corner?

Mark Hildreth
  • 42,023
  • 11
  • 120
  • 109

1 Answers1

0

It is hard to understand what you are talking about without a screenshot, but I think you are wanting the ControlBox properties.

Visual Studio 2008 Properties are shown below, as I don't have access to VS2003 anymore.

screenshot

  • This is how I want the window to look like http://i.msdn.microsoft.com/dynimg/IC55514.gif instead of the windows xp look. – Calle Rudnert Aug 24 '12 at 22:38
  • That's what mine look like. It could be that you are using VS2003 and/or and older SDK. –  Aug 25 '12 at 02:30