A
Alessandro Baraldi
In my Form i Build with Window's Static Form a little graphic control
Child of my Form.
It work good, bud my problem is that it has not AutoRedraw
properties...!
So if i move my Form outside MDI_Border the control was graphicaly
destroied...!
In my mind i try to subclass Form's WM_PAINT message ad repeat the
Graphical aspect of my WindowControl, work but not really good.
Any one have an idea of messages i need to check...?
WM_MOVE give a very bad results... too much regeneration of Window
make slowly the execution...
I Hope this desctiption was clear.
It's so hard or i'm lost in nothing...?
Thanks.
@Alex
Child of my Form.
It work good, bud my problem is that it has not AutoRedraw
properties...!
So if i move my Form outside MDI_Border the control was graphicaly
destroied...!
In my mind i try to subclass Form's WM_PAINT message ad repeat the
Graphical aspect of my WindowControl, work but not really good.
Any one have an idea of messages i need to check...?
WM_MOVE give a very bad results... too much regeneration of Window
make slowly the execution...
I Hope this desctiption was clear.
It's so hard or i'm lost in nothing...?
Thanks.
@Alex