You may be able to post more useful materials later, but now I can tell you that the term you want to find on Google is: βkiosk modeβ.
Update - useful stuff (hopefully)
, , . Windows Mobile , , , , :
1. , :
WindowState Maximumized FormBorderStyle None.
. PInvoking:
FindWindow "HHTaskBar" ( , HHTaskbar Pocket PC 2003) String.Empty
[DllImport("coredll.dll", EntryPoint="FindWindowW", SetLastError=true)]
private static extern IntPtr FindWindowCE(string lpClassName, string lpWindowName);
EnableWindow IntPtr FindWindow false
[DllImport("coredll.dll", SetLastError=true)]
public static extern bool EnableWindow(IntPtr hWnd, bool bEnable);
ShowWindow IntPtr FindWindow 0 (SW_HIDE)
[DllImport("coredll.dll")]
public static extern bool ShowWindow( IntPtr hwnd, int nCmdShow);
2. .
, , Pocket Outlook.
, , , , API Win32. , , , . - . , , , .
PInvoke:
[DllImport("coredll.dll")]
private static extern IntPtr SetWindowsHookEx(int idHook, HookHandlerDelegate lpfn, IntPtr hMod, uint dwThreadId);
, , , , . , " ", (.. ).
CF, OpenNETCF, , KeyHook.
, , IIRC , , , , ( :)).
, , .
3. .
, . , , NETCF . , ( , ) .NETCF, , . , , . .