制作自己的网络搜索软件 (转)(Make your own web search software).docVIP

  • 3
  • 0
  • 约1.45万字
  • 约 13页
  • 2018-04-07 发布于江西
  • 举报

制作自己的网络搜索软件 (转)(Make your own web search software).doc

制作自己的网络搜索软件 (转)(Make your own web search software).doc

制作自己的网络搜索软件 (转)(Make your own web search software) Author: Meteor Email: xxzxly@163.net Date: 9/4/2001 10:28:00 AM As we all know, access to information is a great aim of our access to the Internet, and to obtain information for most people to search for the information they need through the Internet search engine and search software to search the site by a special search string command (each site is not the same, then the format) results are processed by software after the show. The principle is simple, but the effect is significant, and can quickly and conveniently search the information of each site. Here I will introduce VB through the production of their own search software and analysis of the popular search software program to introduce these content: We all know that VB is the most simple and convenient programming language, using VB to write a small search software can not use many lines of statements. The first step, of course, is to install a VB5.0 or 6 running environment. After starting VB, first create a form, and then to make a set of operating environment: specifically, it is necessary to add controls, in general, if you install more than IE4.0 browser, windows system directory will have the SHDOCVW.DLL, we by clicking on the menu project - parts, find a column written Microsoft Internet controls in the pop-up dialog box options, this option is in fact described above mentioned SHDOCVW.DLL file. With this file, we can initialize an instance of a browser. When you select this option, the toolbar will find more of a shape as the earth button, this is just the selected browser control, we double-click on the icon button to generate a WebBrowser1 in the form of components, then we will use this component to display the query results. Next, we put a text box and a button on the form, in fact, these components can be regarded as a minimal search program basic structure. We now have to say the principle of Web Search: already mentioned above is to search the

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档