简体   繁体   English

翻转窗口c#.net

[英]Flip window c#.net

Last few days i was trying to Flip the window when loading. 最近几天我试图在装载时翻转窗户。 i was not able to do the flipping part how ever i was able to do several window effect's unfortunately i need to flip the window when loading 我无法做翻转部分我怎么能做几个窗口效果不幸的是我需要在加载时翻转窗口

for example in new version of skype when you are on call if you want to add another person to the conversation when you click on the add people button contact list will load to the current conversation window with a small flipping effect i need to incorporate same effect to my application which is developed in c# .net. 例如,在你正在通话的新版skype中如果你想在对话时添加另一个人,当你点击添加人物按钮时,联系人列表将加载到当前对话窗口,并且具有小的翻转效果我需要加入相同的效果我的应用程序是在c#.net中开发的。

please be kind enough to help me. 请善待我的帮助。

if I correctly understood you want that your window will appear with some effect in the Win API functions there is a function AnimateWindow you could use it in .NET look at this article 如果我正确地理解你想要你的窗口在Win API函数中显示有一些效果,那么你可以在.NET中使用它的AnimateWindow函数看看这篇文章

and look at this 看看这个

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM