帮我在2 WebBrowser中操作表单吗? [英] Help me action form in 2 WebBrowser?

查看:80
本文介绍了帮我在2 WebBrowser中操作表单吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用有2个WebBrowser(A,B).在A中,有一个形式(formA); B有一个形式(formB)
现在,我要在完成操作formA之后再操作formB.

My app has 2 WebBrowser (A, B). In A, there is a form (formA); B has a form (formB)
Now i want to action formB after finish action formA.

Can you help me????

推荐答案

WebBrowser控件仅显示html.它后面没有服务器.这意味着两种形式(每个都包含一个WebBrowser控件)之间的任何交互都必须在C#代码中手动完成.
The WebBrowser control only displays html. There is no server behind it. This means that any interaction between two forms - each containing a WebBrowser control - would have to be done manually in the C# code.


这篇关于帮我在2 WebBrowser中操作表单吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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