Some skillfulness of CE programming

xiaoxiao2021-03-06  72

. 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.

转载请注明原文地址:https://www.9cbs.com/read-92905.html

New Post(0)