PictureBox DragDrop and Click coexist

W

whon

Hi all,

I am doing a little e-catalog thing that will show thumbnail of
pictures on the screen, when users click on the thunbnail or drag the
thumbnail to a bigger picturebox(let's give it the name
BigPictureBox). The image would show on the larger picturebox. I am
able to do this 2 functions seperately, but they cannot coexist. In
another words, when I add the (Pesuodo code)

Sub SmallPictureBox_MouseDown
DoDragDrop
End Sub

The SmallPictureBox Never gets the mouse click event. I am hoping some
of U guys can offer help and let me know how I can do it.

Alan

PS, I am using VB.Net 2002 for development platform.
 
W

whon

In addition of the previous information, I am using windows2000 as a
development as well as deployment platform. I do not know if this
kinda behavior would depend on the OS.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top