VS2005 adn forms

  • Thread starter Thread starter merco
  • Start date Start date
M

merco

hi,
is there a way to avoid skins when designing form in VS2005 ?

I like the pocket pc "interface" but my application can run also in a
win32 environment so i'd like to design forms in normal way (and
dimensions too!)

thanks
 
Multiple choices. Set the Form's Locked property to false and then you can
resize it. Set the Skin property to false and then you don't have one. Use a
WinCE 5.0 project and it looks like the desktop forms (since its FormFactor
property is WebPad).

Cheers
Daniel
 
bu i'm going to deploy my program over a pocketPC: could be a problem
using a wince 5.0 project ?
 
By now I hope you tried it for yourself. With VS.NET 2003 (and WinCE
projects) there were no issues. I have no reason to think this has changed
with VS2005.

Cheers
Daniel
 
Back
Top