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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top