Working Images on Pocket PC

Feb 22 2004 4:01 AM
Hi, When i double click on the Picture box i am taken into the following lines of code: Private Sub PictureBox1_ParentChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.ParentChanged End Sub Instead of the PictureBox1_Click() In this case how to make an evet run by clicking on the picture? For example, if i click on the image a text box should appear saying " Hello world". Please Sugest some Solution. With Regards,