VS2005 adn forms

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
 
D

Daniel Moth

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
 
M

merco

bu i'm going to deploy my program over a pocketPC: could be a problem
using a wince 5.0 project ?
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top