如何将Web表单链接到Windows表单 [英] how to link the web form to the windows form

查看:108
本文介绍了如何将Web表单链接到Windows表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在做一个项目,该项目需要将我创建的网站应用程序链接到窗口表单.

据我所知在将Webform转换为Webform时,命令是"response.redirect(")".而对于窗口形式到窗口形式是
"me.show
form1.hide".这就是我所知道的.

所以问题是我想将Web窗体链接到Windows窗体.希望有人能帮助我.

谢谢

问候
LiL_Is

Hi all,

I am doing a project which required the website application that I have created to be linking to the window form.

As what I know is in the webform to webform, the command is "response.redirect("")" whereas for the window form to window form is
"me.show
form1.hide". So that is what I know.

So the problem is I want to link the webform to windows form. Hope that anyone could help me.

Thanks

Regards
LiL_Is

推荐答案


希望对您有帮助
Hi,
I hope it will help you
 string address="http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx";
           webBrowser1.Navigate(New Uri(address))


这篇关于如何将Web表单链接到Windows表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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