HI All!
I am developing a V.B application. in this application, user is able to drag and drop a picture(user control) at run time also. for this purpose, i used form's "dragdrop" event. we know that to move a picture from one place to another place, it's property "dragmode" is set to automatic.
Now the problem started, as my picture's Dragmode is set to automatic, the picture's mouse click event is not working, of course mouse down event is working, but unfortunately, there also the left click event is not working(remaini ng middle button,right click are working).
and i am not interested to set the dragmode=manual , since i will lose the dragdrop property...
so can u suggest any way to achieve both the events, click and drag drop...?
if question is not clear.. pls let me know that..
Thanks in advance:
regards:
raghunadhs.
I am developing a V.B application. in this application, user is able to drag and drop a picture(user control) at run time also. for this purpose, i used form's "dragdrop" event. we know that to move a picture from one place to another place, it's property "dragmode" is set to automatic.
Now the problem started, as my picture's Dragmode is set to automatic, the picture's mouse click event is not working, of course mouse down event is working, but unfortunately, there also the left click event is not working(remaini ng middle button,right click are working).
and i am not interested to set the dragmode=manual , since i will lose the dragdrop property...
so can u suggest any way to achieve both the events, click and drag drop...?
if question is not clear.. pls let me know that..
Thanks in advance:
regards:
raghunadhs.
Comment