本文介绍了如何导航到其他表单并关闭上一个表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
这是查询:我想通过关闭登录页面并打开欢迎页面,然后单击提交"按钮,然后单击一个表单(例如登录"页面)来打开一个表单(例如欢迎页面").
我想到的解决方案是,如果将欢迎页面加载到提交"按钮上并且无法正确编码,则如果我委托一个代表来包装登录页面的close方法.
那是可行的还是请给我一个解决方案.
hi all ,
Here is the query : I want to open a form (say Welcome page ) by clicking on one form (say Login page ) upon clicking on submit button by closing the login page and opening the welcome page .
What I thought of a solution is that if I take a delegate to wrap the close method of the login page once welcome page is loaded on submit button and not able to code properly .
Is that feasible or kindly sugggest me with a solution .
推荐答案
这篇关于如何导航到其他表单并关闭上一个表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!