windows api

  1. VBobCat

    Mouse command with Windows API SendInput function - why doesn't it work?

    Dear friends, I would like to command mouse operations with Windows API SendInput function. So I wrote the code below, but it doesn't work. Can anyone point out what I am doing wrong here? Thank you very much. Public Sub MouseMove(ByVal x As Integer, ByVal y As Integer) Dim...
  2. M

    Question Getting handle using win32 api

    I am new to the forum so I hope I am doing things correctly. I am also new to VB.net development. I am hoping someone can help me. I am trying to create a small utility that tracks desktop usage in detail, to the level of individual text boxes etc.... in other applications. However, it is...
Back
Top