Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. open files over the net????

open files over the net????

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    IGeorgeI
    wrote on last edited by
    #1

    My app uses an old style MFC File open dialog box. I noticed that in Microsoft Word - File Open dialog box, if you click the drop down box for the "Look in" field at the top, there is an option at the bottom that says FTP Locations. One can use this option to open files from a remote location via FTP directly into MS Word. I need this ability in my app but I can't figure out how. I have looked through the MFC documentation and I can't find squat! Any help appreciated. :) George W Software Developer www.zsystems.ca

    P 1 Reply Last reply
    0
    • I IGeorgeI

      My app uses an old style MFC File open dialog box. I noticed that in Microsoft Word - File Open dialog box, if you click the drop down box for the "Look in" field at the top, there is an option at the bottom that says FTP Locations. One can use this option to open files from a remote location via FTP directly into MS Word. I need this ability in my app but I can't figure out how. I have looked through the MFC documentation and I can't find squat! Any help appreciated. :) George W Software Developer www.zsystems.ca

      P Offline
      P Offline
      Peter Molnar
      wrote on last edited by
      #2

      It seems you have to implement it yourself: First you should expand the capabilities of the Open File dialog. This is a good starting point: http://www.codeproject.com/dialog/bitmappreviewdialog.asp[^] Then implement a Combobox or TreeCtrl on your fileopen dialog and feed them with data e.g. by using http://www.codeproject.com/internet/ftpwanderer.asp [^] or MFC's ftp classes. When the user selects some file, download to disk and open it. Peter Molnar

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups