I'm trying to make my program press the " (Shift + 2 in the UK) when a button is pressed, but I'm not sure how to as when I enter..
SendKeys.Send(""");
It converts the latter part of the code to string.
Is there a way to make the program ignore a particular character? I'm not really sure how to go about this.
I'm making an on screen keyboard if anyone is wondering.