. 1 # if defined (WIN32_PLATFORM_PSPC) // If Pocket PC, allow only one instance of the application HWND hWnd = FindWindow (szAppName, NULL); if (hWnd) {SetForegroundWindow ((HWND) (((DWORD) hWnd) | 0x01 )); Return 0;} # ENDIF2 If you want to directly call the "soft keyboard" provided by the system directly. Can do this.
************************************* # include "sipapi.h"
// Open the keyboard SIPSHOWIM (SIPF_ON);
Yes.