Click here to Skip to main content
15,889,992 members
Home / Discussions / Mobile
   

Mobile

 
QuestionHow do you catch the Power off Pin
zandro7215-Mar-04 10:11
zandro7215-Mar-04 10:11 
AnswerRe: How do you catch the Power off Pin
Daniel Strigl15-Mar-04 20:12
Daniel Strigl15-Mar-04 20:12 
GeneralC# and the registry Pin
Adrian Stanley15-Mar-04 9:06
Adrian Stanley15-Mar-04 9:06 
GeneralRe: C# and the registry Pin
Daniel Strigl15-Mar-04 20:06
Daniel Strigl15-Mar-04 20:06 
GeneralRe: C# and the registry Pin
Adrian Stanley15-Mar-04 22:23
Adrian Stanley15-Mar-04 22:23 
GeneralHelp to choose a book or to find samples Pin
GuilhemMtp15-Mar-04 5:26
GuilhemMtp15-Mar-04 5:26 
GeneralRe: Help to choose a book or to find samples Pin
Daniel Strigl15-Mar-04 8:28
Daniel Strigl15-Mar-04 8:28 
GeneralProcess class substitute Pin
RB@Emphasys15-Mar-04 4:10
RB@Emphasys15-Mar-04 4:10 
Hello All,

I was pointed to some code that will allow me to raise some of the settings dialogs through my application. Here is the code:

CString strParam;
strParam.Format(_T("cplmain.cpl,%d,%d"), 16, 1);

PROCESS_INFORMATION pi;
if (!::CreateProcess(_T("\\Windows\\ctlpnl.exe"),
strParam, NULL, NULL, FALSE, 0, NULL, NULL, NULL, &pi))
{
//Cannot start Control Panel process
}

So im trying to implement this in c# through the pocket pc os. I was attempting to use the Process class to create the ctlpnl.exe process, but it seems its not supported. Is there another way to implement this code easily?

Thanks,
Ryan
GeneralRe: Process class substitute Pin
RB@Emphasys15-Mar-04 8:30
RB@Emphasys15-Mar-04 8:30 
GeneralDebugView for WinCE Pin
vikramlinux14-Mar-04 22:31
vikramlinux14-Mar-04 22:31 
GeneralRe: DebugView for WinCE Pin
GDavy15-Mar-04 3:29
GDavy15-Mar-04 3:29 
GeneralRe: DebugView for WinCE Pin
Daniel Strigl15-Mar-04 8:25
Daniel Strigl15-Mar-04 8:25 
GeneralRe: DebugView for WinCE Pin
vikramlinux15-Mar-04 17:00
vikramlinux15-Mar-04 17:00 
GeneralRe: DebugView for WinCE Pin
Daniel Strigl15-Mar-04 20:03
Daniel Strigl15-Mar-04 20:03 
GeneralRe: DebugView for WinCE Pin
Member 10840949-May-04 0:30
Member 10840949-May-04 0:30 
Questionsome questions.....? Pin
rozbeh13-Mar-04 2:06
rozbeh13-Mar-04 2:06 
AnswerRe: some questions.....? Pin
João Paulo Figueira15-Mar-04 0:17
professionalJoão Paulo Figueira15-Mar-04 0:17 
GeneralRe: some questions.....? Pin
Anonymous15-Mar-04 0:31
Anonymous15-Mar-04 0:31 
GeneralRe: some questions.....? Pin
João Paulo Figueira15-Mar-04 0:42
professionalJoão Paulo Figueira15-Mar-04 0:42 
GeneralClock setting screen api call Pin
RB@Emphasys12-Mar-04 6:55
RB@Emphasys12-Mar-04 6:55 
GeneralRe: Clock setting screen api call Pin
João Paulo Figueira12-Mar-04 7:39
professionalJoão Paulo Figueira12-Mar-04 7:39 
GeneralRe: Clock setting screen api call Pin
RB@Emphasys12-Mar-04 7:50
RB@Emphasys12-Mar-04 7:50 
Generalnot run the application of evc 3 Pin
ali_naqvi12-Mar-04 4:04
ali_naqvi12-Mar-04 4:04 
GeneralWant to know some about enbedded programming Pin
fong1sky11-Mar-04 15:04
fong1sky11-Mar-04 15:04 
GeneralRe: Want to know some about enbedded programming Pin
João Paulo Figueira11-Mar-04 22:41
professionalJoão Paulo Figueira11-Mar-04 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.