CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    1

    Internet Connection

    hallo!

    Somebody who can give me a tip to following problem?
    I have to implement a MFC program which gets files
    from a server. It must run in the background, this
    means, that it must be able without a running browser,
    but of course online. This is clear.

    Thank you very much for you help.
    It is really urgent.

    Greetings
    dsigi


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Internet Connection

    you should be able to do this using the Micrsoft Internet Controls - the INet control. i haven't really dug into it, but i know it can be used to do FTP and such. check out the MSDN documentation on it.

    good luck,

    John

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured