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

Mobile

 
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 
GeneralRe: Process class substitute Pin
RB@Emphasys15-Mar-04 8:30
RB@Emphasys15-Mar-04 8:30 
Alright, I've figured this out to some extent, any idea's on what im doing wrong here, because .net cf exception explanations are so detailed, lol

[System.Runtime.InteropServices.DllImport("coredll.dll")]
private static extern bool CreateProcess(string sApplicationName, string sCommandLine, long lProcessAttributes, long lThreadAttribute, long lInheritHandles, long lCreationFlags, long lEnvironment, long lCurrentDirectory, long lStartupInfo, long lProcessInformation);
private void btnTest_Click(object sender, System.EventArgs e)
{
try
{
if(CreateProcess("\\windows\\ctlpnl.exe", "cplMain.cpl,16,1", 0, 0, 0, 0, 0, 0, 0, 0))
{
}
}
catch(Exception ex)
{
MessageBox.Show(ex.Message);
}
}
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 
GeneralRe: Want to know some about enbedded programming Pin
Anonymous11-Mar-04 22:57
Anonymous11-Mar-04 22:57 

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.