How to send “{” or “}” signs through send keys method in vb 2010
问题 I want to send { and } signs to the Active window in Visual Basic 2010.But the problem is when we send a key like "Backspace" we send it as "{BS}".So it also contains the { & } signs. Therefore when we send { and } signs nothing happen.Anyone help me... 回答1: From http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses () have special meanings to SendKeys. To specify one of these characters, enclose