|
-
May 18th, 2005, 05:11 AM
#1
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.
-
May 18th, 2005, 07:14 AM
#2
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/
Requests such as
"I need to write an new language compiler by next week, I have teach yourself c++ in 21 days, can someone give me example code?" will be ignored.
-
May 18th, 2005, 07:30 AM
#3
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.
There are only 10 types of people in the world:
Those who understand binary and those who do not.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|