在wpf C#中从页面导航到页面 [英] navigation from page to page in wpf C#

查看:71
本文介绍了在wpf C#中从页面导航到页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在wpf

推荐答案

中从mainpaje导航到第二页。与Winform应用程序相同。你必须制作对象然后调用

as

Window2 wn = new Window2();

wn.Show();
same as in Winform application .You have to make object and then call
as
Window2 wn = new Window2();
wn.Show();


你需要检查这些优秀2篇关于wpf导航的文章使这些内容变得清晰:

WPF Navigation [ ^ ]

WPF页面导航 [ ^ ]
You need to check these excellent 2 articles on wpf navigation to make these things clear:
WPF Navigation[^]
WPF Page Navigation [^]


访问此处..



http://www.dreamincode.net/forums/topic/223864-导航到新页/ [<一个href =http://www.dreamincode.net/forums/topic/223864-navigate-to-new-page/target =_ blanktitle =新窗口> ^ ]







HTTP://社会.msdn.microsoft.com /论坛/ vstudio / EN-US / 51d8e3ba-6bf9-4304-bb15-64a96e28159b / WPF知识导航的,从页面到页面换框架中有代码隐藏?forum = wpf [ ^ ]
visit here..

http://www.dreamincode.net/forums/topic/223864-navigate-to-new-page/[^]

or

http://social.msdn.microsoft.com/Forums/vstudio/en-US/51d8e3ba-6bf9-4304-bb15-64a96e28159b/wpf-how-to-navigate-from-page-to-page-for-frame-in-code-behind?forum=wpf[^]


这篇关于在wpf C#中从页面导航到页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆