[Newbie] Maximize and minimize events

  • Thread starter Thread starter Flix
  • Start date Start date
F

Flix

Hi everybody.
I've made a complete scalable window.

When I drag the window borders, all the controls in my window change their
dimension, and the font in the controls change its dimension too.

The problem is that when I maximize my window, or when I minimize it and
then reopen it, the font in the buttons change its position moving slightly
to the right-bottom part.

How can I make my scaling system work in these cases?

Thank you in advance.

PS. I don't use the default button controls, but some XP-enhanced buttons in
a dll called PinkieControls. I don't think that this is important anyway.
 
Hi
This is the effect of the dock and Anchor property of the control , try to
play with these property go get the feeling of their effect
hope that helps

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top