Re: Screen Rotation
- From: ravikantbansal2004@xxxxxxxxx
- Date: Wed, 21 Nov 2007 05:50:28 -0800 (PST)
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
.
- Follow-Ups:
- Re: Screen Rotation
- From: Paul Baker [MVP, Windows - SDK]
- Re: Screen Rotation
- References:
- Re: Screen Rotation
- From: Paul Baker [MVP, Windows - SDK]
- Re: Screen Rotation
- From: ravikantbansal2004
- Re: Screen Rotation
- Prev by Date: Re: Screen Rotation
- Next by Date: Re: Screen Rotation
- Previous by thread: Re: Screen Rotation
- Next by thread: Re: Screen Rotation
- Index(es):