Jan 6, 2005 #1 apc2003 Programmer Aug 29, 2003 54 GB I have a situation where I need to know if a mouse button is being held down by the user. I think it could be done in Delphi via the Mouse shift state. Is it possible to find this out in C#? If so can anyone suggest how? Thanks in advance...
I have a situation where I need to know if a mouse button is being held down by the user. I think it could be done in Delphi via the Mouse shift state. Is it possible to find this out in C#? If so can anyone suggest how? Thanks in advance...
Jan 18, 2005 #3 misterstick Programmer Apr 7, 2000 633 GB this wouldn't be fired if the user clicked the mouse outside the form and dragged across it. what about testing the mouse state in the MouseEventArgs object from the MouseMove event? mr s. < Upvote 0 Downvote
this wouldn't be fired if the user clicked the mouse outside the form and dragged across it. what about testing the mouse state in the MouseEventArgs object from the MouseMove event? mr s. <