Hi
I am writing (practicing) a small game using user controls
and some time my control whould become over another same type
or another type user or windows control

how can I modify the layout , some thing like Z coordinating in my
controls???

Thank you

Re: User controls by Lloyd

Lloyd
Mon Dec 19 08:59:27 CST 2005

BringToFront(), SendToBack() ?
Although it's advised not to do animation by moving control around, but by
drawing everything in one control with a single Graphics object.
Not only it yields better performance, but you could do whatever effect you
want this way...

"Fox" <mail@job.am> wrote in message
news:eFXOiRKBGHA.1180@TK2MSFTNGP09.phx.gbl...
> Hi
> I am writing (practicing) a small game using user controls
> and some time my control whould become over another same type
> or another type user or windows control
>
> how can I modify the layout , some thing like Z coordinating in my
> controls???
>
> Thank you
>