How do u define function in VB6i need to define function GetKeyPress how do i do that i kno this is wrong thread but vb section has no users
Use this... Public Declare Function GetKeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer