Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
It seems that (+) is an special character in Sendkey pattern :
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx[^]

So , How can Send A Plus ?!

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 16-Jan-15 12:19pm    
Why? Note that using SendKey for UI development would be a real abuse, and using it for real tricks is nearly useless.
—SA

Er... the answer was on the link you posted in your question
C#
SendKeys.Send("{+}");
 
Share this answer
 
Comments
CPallini 16-Jan-15 8:32am    
LOL
Have my 5.
The answer is on the MSDN documentation page that you referred to in your question.

Quote:
For example, to specify the plus sign, use "{+}".


Note: Those are brace characters {} not parenthesis ().
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900