Re: Screen Rotation



I think the things can be done and that is for sure.

Ok Please tell me that
when we are making any changes in display settings there is a flicker
or not in windows embedded ce.

When we right click on DESKTOP then go to PROPERTIES then SETTINGS
and changing SCREEN RESOLUTION so then is there any flickering in
windows embedded ce or windows embedded xp.

i am using enumdisplaydevice to get device name
then enumdisplaysettings for getting display
settings

VIDEOPARAMETERS test;
test.dwFlickerFilter = 1000;

then ChangeDisplaySettingsEx(device.DeviceName, &dm,
NULL, CDS_VIDEOPARAMETERS | CDS_UPDATEREGISTRY,&test);
to change display settings.
but the things are not working out.

All of the steps are taken in windows xp and coding is done in VS 2005
.