Title: | Microsoft Visual C/C++ |
Moderator: | PLUGH::needle |
Created: | Tue Mar 16 1993 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1121 |
Total number of notes: | 4385 |
Hello, I am new to Visual C++ and would like to seek your help for the following problem. Figure .1 --------- Visual C++ picture.gif ------ /-------------\ -------------- | PC |--------< Internet >---------| Web Server | ------ \-------------/ -------------- In Figure.1, Visual C++ is installed in the PC, and there is a graphic file called picture.gif located in the Web Server. My question is : Can I write a Visual C++ problem that can get the picture.gif from the web server via internet ? How can it be achieved ? Rgds, Andrew.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1092.1 | 19584::DZIEDZIC | Tony Dziedzic - DTN 381-2438 | Thu Mar 13 1997 22:43 | 7 | |
Look at the Visual C++ (MFC) class CHttpConnection - that's one way. CInternetFile would be another. Pull up the Help -> Search menu while running Developer Studio and look on the Index tab for "internet". A good starting point is the article "Internet Programming with WinInet" (look under WinInet in the index). | |||||
1092.2 | Thank you !! | HGOVC::ANDREWFUNG | Sun Mar 16 1997 20:17 | 2 | |
Thanks !! |