Windows 7, SetWindowPos, and AnimateWindow

  • Thread starter Thread starter brian.shapiro
  • Start date Start date
B

brian.shapiro

I have a project where I'm using SetWindowPos through pinvoke to show
a frameless window. In Windows Vista, when the window would load,
there would be no window opening animation, but now that I'm running
the project in Windows 7 the animation is there.

I'm now trying to use AnimateWindow to change the opening animation so
that the length is 0. But I'm having trouble accomplishing anything
with AnimateWindow except changing the behavior to hiding the window
instead of showing it.

Is there anyone who can help?
 
I have a project where I'm using SetWindowPos through pinvoke to show
a frameless window. In Windows Vista, when the window would load,
there would be no window opening animation, but now that I'm running
the project in Windows 7 the animation is there.

I'm now trying to use AnimateWindow to change the opening animation so
that the length is 0. But I'm having trouble accomplishing anything
with AnimateWindow except changing the behavior to hiding the window
instead of showing it.

Is there anyone who can help?

Maybe, but probably not in this group. Your question has no relation
to C# or even .NET in general, and it has everything to do with
Windows API.
 
Maybe, but probably not in this group. Your question has no relation
to C# or even .NET in general, and it has everything to do with
Windows API.

No maybe not, what group do you think I should ask in
 
Back
Top