Andreik Posted April 29, 2008 Posted April 29, 2008 What is wrong in my code: CODE$DLL = DllOpen("user32.dll") $Type = 0 $Result = DllCall("user32", "int", "GetKeyboardType", "int", $Type) MsgBox(-1,"KEYBOARD",$Result) DllClose($DLL) please help me
Zedna Posted April 29, 2008 Posted April 29, 2008 MsgBox(-1,"KEYBOARD",$Result[0]) Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now