[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::visualc

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

1092.0. "Get picture" by HGOVC::ANDREWFUNG () Thu Mar 13 1997 23:18

    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.RTitleUserPersonal
Name
DateLines
1092.119584::DZIEDZICTony Dziedzic - DTN 381-2438Fri Mar 14 1997 01:437
    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.2Thank you !!HGOVC::ANDREWFUNGSun Mar 16 1997 23:172
    Thanks !!