Tagged Questions
1
vote
1answer
211 views
Can I suppress selected input before the application's main loop?
As part of my Visual Studio utilities add-in SamTools, I have a mouse input routine that catches Ctrl+MouseWheel and sends a pageup/pagedown command to the active text window. Visual Studio 2010 added ...