Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, friends.
I am developing a program(Windows C# application) like TeamViewer or Windows Remote Desktop.
I want to control client by using mouse and keyword. But when I click mouse buttons, how can to know this gesture is mousedown , mouseup or double-click?
MSDN help "Distinguish single-click and double-clicks" is for recognizing mousedown and double click , not include mouseup.
I think it's exciting to solve. Thanks.
Posted
Updated 9-Jun-14 21:27pm
v2
Comments
Thanks7872 10-Jun-14 3:19am    
Nothing funny here. What do you mean by C#? Tag the question properly. I don't know team viewer. Some one is not suppose to know how it works. Question is not clear.
future2015 10-Jun-14 3:27am    
Teamviewer is similar to Windows Remote Desktop.

1 solution

You may have some problem with searching...
http://msdn.microsoft.com/en-us/library/ms171542(v=vs.110).aspx[^]
 
Share this answer
 
Comments
future2015 10-Jun-14 7:25am    
I have already seen that topic. But it's not what I want.

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



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