C
Christy Davids
Hi guys,
I'm trying to use System.Windows.Forms.SendKeys.Send({UP})
to programmatically send an up arrow keystroke to my
application. According to the .NET Framework class
library documentation, this is the correct syntax (i.e.
using UP inside braces to indicate the up arrow key), but
when I do so I get an "expression expected" compiler error.
What am I missing here?
TIA!
Christy
I'm trying to use System.Windows.Forms.SendKeys.Send({UP})
to programmatically send an up arrow keystroke to my
application. According to the .NET Framework class
library documentation, this is the correct syntax (i.e.
using UP inside braces to indicate the up arrow key), but
when I do so I get an "expression expected" compiler error.
What am I missing here?
TIA!
Christy