|
Hi,
I am working on a windows application where the user should be able to move,resize and drag and drop a control (a picture box in my case).
I am pretty much ok with the moving and drag and drop except that I cant differentiate between MouseDown and Click events, because everytime I press the mouse button on the control the MouseDown event fires up and I cant really use the click event. Is there a way that i can differentiate between MouseDown and Single Click.
Second: I am trying to highlight the control when the user selects the objects so that I highlight the control or get that resizing rectangle around the control so that user can drag it to resize the object. Something we do while creating a application (we add a control on the form and then resize it) . Can any one please help me out with this.
Thanks smartyosu
p:s I have seen similar queries in this form before. If you have done something similar you can mail me at smartyosu@yahoo.com. I would really appreciate your help ) |