Web上的C#GUI搜索 [英] c# gui search on web

查看:91
本文介绍了Web上的C#GUI搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好.
我想知道我是否要构建applcation(GUI)应该从什么开始呢?
在特定网站上查找某些数据并向用户显示的信息.
我在c#gui编程方面经验很少.
Thx.

Hello.
I was wondering from what i should start if i want to build applcation(GUI)
that looking for certain data on the specific web site''s and showing to the user.
I have small experience at c# gui programming.
Thx.

推荐答案

这称为 Web抓取.请参阅:
http://en.wikipedia.org/wiki/Web_scraping [ http://msdn.microsoft.com/en-us/library/system.net. webrequest.aspx [ ^ ],
http://msdn.microsoft.com/en-us/library/system.net. httpwebrequest.aspx [ ^ ].

请参阅我过去对类似问题的回答:
从网页中获取特定数据 [如何从另一个站点获取数据 [ ^ ].

—SA
This is called Web scraping. Please see:
http://en.wikipedia.org/wiki/Web_scraping[^].

Basically, everything is done using the class System.Net.HttpWebRequest. Please see:
http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx[^],
http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx[^].

Please see my past answer to similar questions:
get specific data from web page[^],
How to get the data from another site[^].

—SA


这篇关于Web上的C#GUI搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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