如何与另一个线程联系? [英] How to Contact with another thread ?

查看:79
本文介绍了如何与另一个线程联系?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在asp.net(STA)中创建了另一个线程来实现webBrowser来调用另一个webSite。当时执行application.start()我无法访问另一个线程?

我需要从另一个线程获取值(返回值)?

i has created another thread in asp.net(STA) to implement the "webBrowser" to invoke another webSite.when "application.start()" is executed at that time i am not able to access the another thread?
how i need to get values from that another thread(return value)?

推荐答案

我认为下面的文章可以帮助你:

在ASP.NET中使用WebBrowser控件 [ ^ ]
I think below article would help you:
Using the WebBrowser Control in ASP.NET[^]


如果你想下载其他网站的内容,或者想要使用他们网站的代码,你应该使用HtmlAgilityPack而不是创建自己的自定义控件和实现WebBrowser。



http://htmlagilitypack.codeplex.com/ [ ^ ]
If you wanted to download the contents of another website, or wanted to play with the code of their website, you should have used HtmlAgilityPack instead of create your own custom control and implementing WebBrowser.

http://htmlagilitypack.codeplex.com/[^]


这篇关于如何与另一个线程联系?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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