I am working on a piece of software where we need a calibration form that we want available for the install team to use to calibrate a camera.
It is also useful to have this screen available to customers should they need to calibrate in the future.
However due to the fact that it exposes some pretty low level and technical configurations, we do not want the customers accessing this form if it can be avoided as they can and WILL break something which we will then have to fix.
Therefore I have been asked to show this form upon a combination of keys which consists of the Ctrl key held down whilst typing a word. (much like old pc cheats)
my problem is that I know how to intercept a simple key press with a modifier (eg. ctrl + A) but not a typed word with a modifier.
if someone could enlighten me as to how best to achieve such a function I would be most grateful.
I am using Visual Studio 2012 with VB.net in a windows forms environment