Using VB 2010, is it possible to capture all mouse clicks and determine what was clicked?
We're trying to develop a small utility that will pop up context based menus to fill in application forms and common strings for terminal sessions.
Basically, whenever I middle click I want my app to determine if the window was an occurance of PuTTY. If so, check the titlebar for certain strings and send keystrokes to that window based on the titlebar text.
If VB 2010 can't do this, what should I be looking for? Will VB6 apps do the job? Will they work on a Windows 7 PC?
We're trying to develop a small utility that will pop up context based menus to fill in application forms and common strings for terminal sessions.
Basically, whenever I middle click I want my app to determine if the window was an occurance of PuTTY. If so, check the titlebar for certain strings and send keystrokes to that window based on the titlebar text.
If VB 2010 can't do this, what should I be looking for? Will VB6 apps do the job? Will they work on a Windows 7 PC?