Windows 7, SetWindowPos, and AnimateWindow
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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? Do we have any forum here specifically for Win32 API discussions?