W
Water Cooler v2
<DllImport("user32.dll", EntryPoint := "UnregisterHotKey"> _
Public Function Win32UnregisterHotKey( _
ByVal hWnd As IntPtr, _
ByVal id As Integer) As Integer
End Function
squiggles every keyword in the above and the tool-tip says: "Expression
Expected".
Uh?
Public Function Win32UnregisterHotKey( _
ByVal hWnd As IntPtr, _
ByVal id As Integer) As Integer
End Function
squiggles every keyword in the above and the tool-tip says: "Expression
Expected".
Uh?