GetkeyboardType

    GetkeyboardType - 키보드 관련 정보확인

    Declare Function GetKeyboardType Lib "user32" Alias "GetKeyboardType" (ByVal nTypeFlag As Integer) As Integer ▶VB.NET 선언 GetkeyboardType(0) GetkeyboardType(1) GetkeyboardType(2) ▶VB.NET 호출 [System.Runtime.InteropServices.DllImport("user32.dll")] private static extern int GetKeyboardType(int nTypeFlag); ▶C# 선언 GetKeyboardType(0).ToString(); GetKeyboardType(1).ToString(); GetKeyboardType(2).ToStri..