WM2005 with CF 1.1

  • Thread starter Thread starter leibnizster
  • Start date Start date
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
 
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 ?
 
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".
 
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.
 
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".
 
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?
 
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?
 
Back
Top