N
Nuno Esculcas
Hello,
Just a simple question from a old programer of C++![Smile :) :)](/styles/default/custom/smilies/smile.gif)
I'm a new in C# and i want to make some simple animations like i do
in C++, like this:
::AnimateWindow(m_hMyWnd, 200, (((m_bWndShow)?
AW_BLEND:AW_BLEND|AW_HIDE) ) );
My question is if there is something like this, any similiar function
in C#, or i have to do platform invokes to call the Win32
AnimateWindo?
Thanks
Nuno
Just a simple question from a old programer of C++
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
I'm a new in C# and i want to make some simple animations like i do
in C++, like this:
::AnimateWindow(m_hMyWnd, 200, (((m_bWndShow)?
AW_BLEND:AW_BLEND|AW_HIDE) ) );
My question is if there is something like this, any similiar function
in C#, or i have to do platform invokes to call the Win32
AnimateWindo?
Thanks
Nuno