HiI would like to create an internet application using Visual C++ that allows me to search web pages for certain info and then store it. I have no idea how to do this and am hoping someone either knows of a tutorial, example program or can point me to some info.ThanksJon...
Hi I would like to create an application using Visual C++ to connect to the internet, then a web page, and then search the page and extract information. Trouble is I am fairly new to this and dont really know how to start, so hoping someone can point me in the right direction. Cheers Jon ...
The following C or C++ code causes the VS8 compiler to generate an internal compiler error. __declspec(naked) void Function(void){ __asm { MOV [ESP], OFFSET return_fixupreturn_fixup: RETN }} The first assembly instruction needs a size specifier, IE "DWORD PTR". Instead of generating code ...
On simple c++ console app I got internal compiler error instead of compile-time error:"INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information"This is ...
Here is a description of a problem I recently had trying to compile a sample program from the Boost library. Here is a suggestion that contained the correct work-around: I believe this is significant for 2 reasons: The compiler should give a decent error message of what it wasn't able to ...
Hi there,I am trying to parse a XML file picked up from an URL using the Internet client SDK. I need to extract the nodes, process and build a new XML from the results, saving this XML file back to the input URL. The saving part just does not work. I understand that internet security might prevent m...
Dear sir, -There is 2 programs in 2 different cities using *.mdb files as their DBMS. they need to update each other through the Internet. -There is a Unix web server, with MySQL and PHP. -I'm not sure about the best way: a>Make a DB of MySQL of the server, to wich both computers may con...
One of my friend has given a task to create a site for Casion so that people can play casino through their computers. Some of such sites and already on WWW. Please tell me how he should proceed for that what are basic requirements for that Thank u....
Hi All,I have an app for which the file extension is registered so I can click on the file and run the program. If I am using the file name on a web page with < a ref = url path and name> and click on it and choose to run from the current location,the file gets downloaded to the cache and the...
Dear Gurus,Environment: MSVC++ 6.0, MFC42I develop now an Internet Browser using CHtmlView and have problems with implementing the following commands:1. New Window.2. Find (In the current page).3. Full Screen. (I have wrote a function to do that)4. View/Encoding menu.I hope that you can help me to i...
I would like to build a simple internet browser sdi application. I can build a dialog based browser with no problem but need advice on how to start creating an sdi browser using VC++5.0. A step by step procedure would be helpful or a link to an example. Thank you in advance....
Hi, I have to write an real-time internet auction project. Does anybody have some kind of experience? How organize work, process of auction, ... Is browser enought or I must write an auction-client, how? Any source, link, help?Thanks, Mileta....