B
BobRoyAce
My first question is "How can I have my application simulate the user
pressing a key?"
Next, how can I have it simulate pressing the Print Screen key? I saw
something about a SendKeys function, though not sure if that's what I
should be using, and, if so, how I reference it. However, if that is
the method, it would appear that one is not allowed to pass the Print
Screen to that method. In other words, it won't do that one keypress.
If that method, or some other better method, won't allow sending the
Print Screen keypress, is there a way that I can map a function key
combination to the Print Screen key, and then send the mapped key
sequence instead?
pressing a key?"
Next, how can I have it simulate pressing the Print Screen key? I saw
something about a SendKeys function, though not sure if that's what I
should be using, and, if so, how I reference it. However, if that is
the method, it would appear that one is not allowed to pass the Print
Screen to that method. In other words, it won't do that one keypress.
If that method, or some other better method, won't allow sending the
Print Screen keypress, is there a way that I can map a function key
combination to the Print Screen key, and then send the mapped key
sequence instead?