It can be done by launching the control panel with specific arguments to
show the required screen.
You will need to use the CreateProcess API function- see the OpenNETCF
WinAPI function for an implementation:-
http://www.opennetcf.org/winapi.asp
Core.CreateProcess("ctlpnl.exe","cplmain.cpl,7,0");
All the built in applets are in the cplmain.cpl control panel file. The
Screen applet is applet 7, there is a full list somewhere however the url
escapes me...
Peter
--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com |
www.opennetcf.org
"Scott Paul" <(E-Mail Removed)> wrote in message
news:050d01c3b8e2$7e37c650$(E-Mail Removed)...
> I'm needing to call the Pocket PC screen alignment utility
> from my C# application. Does anyone know the name of the
> DLL file? Does this have to be done with a wrapper?
>
> Thanks in advance.
> .
>
>