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.
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.