How to go about sending/receiving webpage requests
-
I want to make a program that queries google and wikipedia with a user defined string and displays their results. To do this I'll need to search through the received xhtml source. How do I go about this? Do I need to set up an IIS or ATL server? Does anyone have tips, such as headers/methods I'll need to use? Any advice is greatly appreciated!
-
I want to make a program that queries google and wikipedia with a user defined string and displays their results. To do this I'll need to search through the received xhtml source. How do I go about this? Do I need to set up an IIS or ATL server? Does anyone have tips, such as headers/methods I'll need to use? Any advice is greatly appreciated!
Im not sure see Creating a Yahoo! Mail Client using IWebBrowser2 and DHTML[^] does any help?