News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Fun with the AnimateWindow API.

Started by Bill Cravener, December 02, 2008, 04:47:30 PM

Previous topic - Next topic

Bill Cravener

Was trolling thru the MS development SDK over the Thanksgiving holiday looking for an API to play with and settled on the AnimateWindow function. Here are 8 different examples using AnimateWindow with a simple resource dialog. One thing I discovered is that this API does not work very well when in Vista Aero mode. I prefer Vista Basic mode so no problems there. Still pretty cool what you can do with the different animation flags used with this API. I've used them in a few different combinations but there are other ways to use them. I'll let you explore what else can be achieved with the AnimateWindow API animation flags.  :bg


[attachment deleted by admin]
My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

Vortex


zooba

I'm glad most people don't use those - makes me feel like I'm in a Powerpoint presentation :bg

Bill Cravener

Thanks Vortex. :bg


zooba,

Now that you mention it the examples do make one think of pp presentations.

Was fun playing with though.
My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

BlackVortex

Yeah, I'd made use of AnimateWindow some time ago, randomizing its parameters so that random efects were used. Then I tested in on Vista Aero. Let's just say I wasn't very pleased with the result. 

travism

Oh wow, I remember doing this in delphi. Now its cool to know how to use it in assembly. Thanks for the examples. Awesome!