How can I create a ImageMap that would

How can I make pop ups,
what i would like to do is take an image
and click on it so then a pop up of the image
is show on that page but bigger,
I thinking that the ImageMap is the right tool
to use I just don't know how to use it.

can some one please help me.

Thanks,

[302 byte] By [cipher2079] at [2007-12-17]
# 1

Private Sub PictureBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles PictureBox1.Click

Dim f As New ImagePopUp

f.PictureBox1.Image = Me.PictureBox1.Image

f.show()

End Sub

On the image popup form have a picturebox that sizes with the form and set the "SizeMode" property to "zoom" this will allow the user to size the form for magnification!

DMan1 at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...