Registering 3 hotkeys? Possible?
问题 Hello I am trying to use RegisterHeyKeys in VB.NET however I got it to work with 2 hotkeys I tried just adding in the third and it's giving a too many arguments. This is probably something really simple and I'm also a nub so go easy. lol. Any help would be greatly appreciated. Here is the code so far: Public Const MOD_CONTROL As Integer = &H11 Public Const MOD_SHIFT As Integer = &H10 Public Const WM_HOTKEY As Integer = &H312 <DllImport("User32.dll")> _ Public Shared Function RegisterHotKey