WM2005 with CF 1.1

L

leibnizster

Can I make in VS2005 a project that targets WM5 but uses CF1.1 instead
of 2.0? 2.o is to large and I don't need it. I f it is possible, how
can I do it?

Thanks
 
L

leibnizster

Thanks. I found it. I have a project that runs on CF2.0. Can I convert
it to run on 1.1 w/o creating a new project and copying all the files ?
 
T

Tim Wilson

AFAIK, no you can't. You can "upgrade" a 1.0 project to 2.0 but I don't
believe that you can easily "downgrade".
 
L

leibnizster

one more question :)
i created the new projected, i imported the files, i corrected about a
100 errors (a bunch of methods/properties not supportd by CF1.0, mostly
generated), but the resolution changed from 640 to 320. How can I make
it 640x480 again?


Thanks.
 
T

Tim Wilson

This may be related to the "FormFactor" property. Try changing this property
to one of the VGA form factors. Or, if that does not work, possibly the Size
is set incorrectly. Right-click on the Size property for the Form and select
"Reset".
 
L

leibnizster

I changed the form factor to Windows Mobile 5.0 Pocket PC VGA, the
size is set correctly, but it still won't display correctly. Is there
anything else?
 
T

Tim Wilson

Nothing that I can think of off the top of my head. Do new CF 1.0 projects
display the same way or do they look fine?
 

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