I want execute the keyboard system but on win 7 not run
Local Keyboar:= GetEnv( "windir" ) + "\system32\osk.exe"
DEFINE DIALOG oDlg
....
ACTIVATE DIALOG oDlg CENTERED;
on init ShellExecute( 0, "open",TS, "", ".", .t. )
#include "fivewin.ch"
function main()
local Keyboar:= GetEnv( "windir" ) + "\system32\osk.exe"
define window oWnd
activate window oWnd;
on init( ShellExecute( 0, "open", Keyboar ) )
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 90 guests