User controls

  • Thread starter Thread starter Fox
  • Start date Start date
F

Fox

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
 
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...
 
Back
Top