本文介绍了c#中的向导相关问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用c#和sql server创建一个类似独立应用程序的向导。为此我决定使用WPF。
我担心的是我可以用WPF创建以下场景:-
欢迎屏幕将是我的父窗口.....
当我点击父窗口上的按钮时,一个新窗口将生成哪个是向导并指导最终用户。
换句话说......我可以:
一个父窗口+一个包含多页的子窗口
解决方案
I want to make a wizard like standalone application using c# and sql server.For this i have decided to use WPF.
My concern is that can i create the following scenario with WPF.:-
welcome screen will be my parent window.....
when i click a button on the parent window,a new window will generate which will be a wizard and guides the end user.
In other words...can i have:
one parent window+one child window containg many pages
解决方案
这篇关于c#中的向导相关问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!