My app used to work perfectly, i have a picture box and an invisible
panel which overlaws some shapes over an image.
I wanted to add a TableLayoutPanel so i can add some additional
controls, i embedded the picturebox in a cell and not it seems my
invisible panel cannot display over my picturebox, even with
subsequent calls to InvivibleLayer.BringToFront(). I attempted to add
the invisible panel to the tablelayout cell but it does not accept
more than one control.
Any suggestions anyone?
Ahmed - 27 Jun 2007 21:58 GMT
Ok i figured it out, since it only accepts 1 control, i created a new
control which subclassed my invivible layer and it worked!
> My app used to work perfectly, i have a picture box and an invisible
> panel which overlaws some shapes over an image.
[quoted text clipped - 7 lines]
>
> Any suggestions anyone?