Hi
i am tring to work with win8 pro tablet.
I am using the:
ShellExecute(, "open", "TabTip.Exe")
to show the kb when i need it (just before get)
but at the end of get i am not able to close it.
Any help ?
tks
romeo/ziongoni
//-------------------------------------------------------------------------//
// For Windows 8.
FUNCTION ShowInputPanel()
*
ShellExecute(, "open", "tabtip.exe")
*
RETURN NIL
*
//-------------------------------------------------------------------------//
// For Windows 8.
FUNCTION HideInputPanel()
Local hWndInputPanel
*
hWndInputPanel:= FindWindow("IPTip_Main_Window")
PostMessage(hWndInputPanel, WM_SYSCOMMAND, SC_CLOSE, 0)
* (¿ SysRefresh() ? )
RETURN NIL
function IsKeyboardVisible()
return FindWindow( "IPTip_Main_Window" ) != 0
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 99 guests