For practice, I set up a thread-specific, local mousehook on my Visual Basic application.
The problem is that the hit test always a 0 for the area of the screen where the mouse is currently located. And the Window class also retrieves a null string all the time.
Can someone point out the cause of the problem? Here's the code snippet.