B
baramuse
Hi,
I have a MyPanel class derivated from Control (not from panel because I
want to be able to call CreateGraphics()) and when I want to affect the
Visible propriety of one of my MyPanel it doesn't "save" it.
(When I do this.Visible = true, if I place a breakpoint just after this
line, the debugger says that this.Visible is always = false ??????)
The propriety of the others MyPanel works fine...
Is there any condition for witch the propriety Visible would be accessible?
Ps: sorry for my poor english :s
Thanks a lot
I have a MyPanel class derivated from Control (not from panel because I
want to be able to call CreateGraphics()) and when I want to affect the
Visible propriety of one of my MyPanel it doesn't "save" it.
(When I do this.Visible = true, if I place a breakpoint just after this
line, the debugger says that this.Visible is always = false ??????)
The propriety of the others MyPanel works fine...
Is there any condition for witch the propriety Visible would be accessible?
Ps: sorry for my poor english :s
Thanks a lot