I have a button say cmdThis.
Which runs procedure one.
i.e.
I also have created a cmdThis_KeyDown
which detect if the shift key is pressed whilst the cmdThis button is selected.
What I want is that if the shift key is pressed it runs procedure 2 without procedure 1. However if it doesnt it runs procedure 1 only.
Any clues?
Which runs procedure one.
i.e.
I also have created a cmdThis_KeyDown
which detect if the shift key is pressed whilst the cmdThis button is selected.
What I want is that if the shift key is pressed it runs procedure 2 without procedure 1. However if it doesnt it runs procedure 1 only.
Any clues?