Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / AnimateWindow From User32.dll not working?

Author
Message
MSon
19
Years of Service
User Offline
Joined: 13th Jul 2004
Location: Earth, (I Think).
Posted: 27th Apr 2008 02:35 Edited at: 27th Apr 2008 02:37
I'm Trying to call "AnimateWindow" From User32.dll, And Although it is calling the Function, It dosn't seem to be Animating it at all, Can anyone see why its not working?



According to MSDN it should give 9 Different Animation Effects for Window
http://msdn2.microsoft.com/en-us/library/ms632669(VS.85).aspx

Everyone Be Cool, You, Be Cool.
Benjamin
21
Years of Service
User Offline
Joined: 24th Nov 2002
Location: France
Posted: 27th Apr 2008 11:08 Edited at: 27th Apr 2008 11:09
The third parameter is a DWORD (see the page on it).

IanM
Retired Moderator
21
Years of Service
User Offline
Joined: 11th Sep 2002
Location: In my moon base
Posted: 27th Apr 2008 12:01
Those values you used in quotes should be hex values:

"&H10000" (a string value)

should be converted to:

0x10000 (a numeric value)

Login to post a reply

Server time is: 2024-04-24 08:36:08
Your offset time is: 2024-04-24 08:36:08