Picturebox bleed through panel

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

I've got a picturebox containing a picture (small 25x30 or so).

I move a panel green colored over the form that contains the picturebox and
the picturebox "bleeds" through as if I placed the picturebox on the panel.

I've tried to set the picturebox visible to false when the panel moves over
it but that's not even working....any ideas?

TIA much
Harry
 
Hello Harry,

Please try to call PictureBox.SendToBack() or Panel.BringToFront().

Hope this helps.
Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Harry Simpson" <[email protected]>
| Subject: Picturebox bleed through panel
| Date: Mon, 17 Jan 2005 13:24:28 -0600
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 66.89.73.130.ptr.us.xo.net 66.89.73.130
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15
..phx.gbl
| Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:68914
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I've got a picturebox containing a picture (small 25x30 or so).
|
| I move a panel green colored over the form that contains the picturebox
and
| the picturebox "bleeds" through as if I placed the picturebox on the
panel.
|
| I've tried to set the picturebox visible to false when the panel moves
over
| it but that's not even working....any ideas?
|
| TIA much
| Harry
|
|
|
 
Back
Top