翻转窗口c#.net
最近几天我试图在加载时翻转窗口。我无法完成翻转部分,但不幸的是,我需要在加载时翻转窗口,
例如在新版本的 Skype 中,当您正在通话时,如果您想将另一个人添加到对话中,我 需要翻转窗口当您单击“添加人员”按钮时,联系人列表将加载到当前对话窗口,并带有一个小的翻转效果,我需要将相同的效果合并到我在 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.
please be kind enough to help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确地理解你希望你的窗口在Win API函数中出现一些效果,那么有一个函数AnimateWindow你可以在.NET中使用它
看看这篇文章
并看看这个
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
and look at this