About slide a window like MSN....
I have a main window(Dialog) and when i need to set some property.
I will pop a new property window and close when set ok.
Now,i want this property window shows like MSN notify window.
It is silde out from my main window
Doses anybody show me some direction to do this function.
Thanks very much.
Re: About slide a window like MSN....
I don't mind helping people but if I can find this so can you.
http://www.codeguru.com/Cpp/W-D/disl...cle.php/c4989/
Re: About slide a window like MSN....
Depending on vertical or horizontal slide effect, start with adjusting rectangle of sliding dialog to have width or height zero and align it with window (dialog).
Set timer to appropriate rate and move sliding dialog adjusting width or height from a timer until it reaches original size, than kill timer.