L Lloyd Dupont Feb 27, 2006 #2 MouseClick is new in .NET 2.0 and provide more information than Click did. Click is left for compatibility purpose. -- Regards, Lloyd Dupont NovaMind development team NovaMind Software Mind Mapping Software <www.nova-mind.com>
MouseClick is new in .NET 2.0 and provide more information than Click did. Click is left for compatibility purpose. -- Regards, Lloyd Dupont NovaMind development team NovaMind Software Mind Mapping Software <www.nova-mind.com>
M Michael A. Covington Feb 27, 2006 #3 Do you mean MouseDown? MouseDown catches both left and right clicks, whether or not they have any other effect. Click is only for normal clicks (left-clicks).
Do you mean MouseDown? MouseDown catches both left and right clicks, whether or not they have any other effect. Click is only for normal clicks (left-clicks).
J Jay B. Harlow [MVP - Outlook] Feb 27, 2006 #5 Peter, Have you read the MSDN pages on Click & MouseClick events? Its seems rather obvious (to me) what the differences are... http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.click.aspx http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.mouseclick.aspx -- Hope this helps Jay [MVP - Outlook] ..NET Application Architect, Enthusiast, & Evangelist T.S. Bradley - http://www.tsbradley.net | What is the difference between the MouseClick and Click events? | |
Peter, Have you read the MSDN pages on Click & MouseClick events? Its seems rather obvious (to me) what the differences are... http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.click.aspx http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.mouseclick.aspx -- Hope this helps Jay [MVP - Outlook] ..NET Application Architect, Enthusiast, & Evangelist T.S. Bradley - http://www.tsbradley.net | What is the difference between the MouseClick and Click events? | |