Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

Eseguire un soft reset del Pocket PC

Le seguente righe di codice consentono di eseguire il soft reset di un Pocket PC su cui è in esecuzione Windows Mobile 5.0 (è necessario importare il namespace System.Runtime.InteropServices per la compilazione): 

Copy Code
private const int EWX_REBOOT = 2; [DllImport("aygshell.dll")] public static extern bool ExitWindowsEx(int uFlags, int dwReserved); //Esempio di utilizzo: ExitWindowsEx(EWX_REBOOT, 0);

By the way: per questo post ho utilizzato la versione 0.2 del plugin SyntaxColor4Writer, devo dire che è veramente ben fatto... Mi piace soprattutto il link Copy Code che inserisce in maniera automatica semplicemente attivando una checkbox.

Print | posted on giovedì 5 ottobre 2006 16:17 | Filed Under [ .NET Compact Framework ]

Feedback

Gravatar

# re: Eseguire un soft reset del Pocket PC

Uaaa!! mi serviva!
05/10/2006 16:18 | Alessio Marziali
Gravatar

# re: Eseguire un soft reset del Pocket PC

Accidenti, neanche il tempo di inserire il post :-) Sono contento che ti sia stato utile!
05/10/2006 16:23 | Marco Minerva
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET