I used KEYSTROKES.DLL and put all the codes but it didnt work !!!
Global Functions :
Button On Click Event :Code:function SendKeys(sSendString) sSendString = "\"" ..sSendString.."\"" result = DLL.CallFunction(_SourceFolder.. "\\AutoPlay\\Docs\\dll\\KEYSTROKES.DLL", "KEYSTROKE", sSendString, DLL_RETURN_TYPE_INTEGER, DLL_CALL_STDCALL) end
Code:Page.SetFocus("Input1"); --send Control F SendKeys("\"^f\"")
Why ???

