<html><head></head><body><div class="ydp8b8e62c0yahoo-style-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px;"><div><span style="font-family: Helvetica, Arial, sans-serif;">Hi all I am trying
to catch a mouse event when inside a PictureBox Child when the LEFT</span></div><div><span style="font-family: Helvetica, Arial, sans-serif;">MOUSE button is
pressed. I can’t for the life of me see the answer and it is probably
staring</span></div><div><span style="font-family: Helvetica, Arial, sans-serif;">me in the face.</span></div><div class="ydp8b8e62c0signature"><div style="font-family:Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div>
<p style="margin-bottom: 0cm; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0cm; line-height: 100%">Public Sub
Timer1_Timer()</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Dim oo As
PictureBox</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Dim I As Integer</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Dim x As Integer</p>
<p style="margin-bottom: 0cm; line-height: 100%"> I = 0</p>
<p style="margin-bottom: 0cm; line-height: 100%">
</p>
<p style="margin-bottom: 0cm; line-height: 100%"> For Each oo In
PictureBox1.Children</p>
<p style="margin-bottom: 0cm; line-height: 100%"> If oo Is
PictureBox Then</p>
<p style="margin-bottom: 0cm; line-height: 100%"> I = I + 1</p>
<p style="margin-bottom: 0cm; line-height: 100%"> For x = 1 To I</p>
<p style="margin-bottom: 0cm; line-height: 100%"> If
Mouse.Inside(oo) Then</p>
<p style="margin-bottom: 0cm; line-height: 100%"> If
oo.Mouse.Left Then ' ERROR Not an object</p>
<p style="margin-bottom: 0cm; line-height: 100%">
Label7.Text = “Got oo”</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Endif</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Endif</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Next</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Endif</p>
<p style="margin-bottom: 0cm; line-height: 100%"> Next</p>
<p style="margin-bottom: 0cm; line-height: 100%">End</p>
<p style="margin-bottom: 0cm; line-height: 100%">Or with this I get
the error. No mouse event data in Fmain 41<br></p>
<p style="margin-bottom: 0cm; line-height: 100%">If Mouse.Left(oo)
Then ' ERROR No mouse event data in Fmain 41<br></p><div style="margin-bottom: 0cm; line-height: 100%"> Label7.Text =
“Got oo”</div>
<div style="margin-bottom: 0cm; line-height: 100%">Endif</div></div><div style="margin-bottom: 0cm; line-height: 100%"><br></div><div style="margin-bottom: 0cm; line-height: 100%" dir="ltr" data-setdir="false">Regards</div><div style="margin-bottom: 0cm; line-height: 100%" dir="ltr" data-setdir="false">Mike</div><br></div><div><br><br></div></div></div></div></body></html>