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. File Browser Control

File Browser Control

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 4 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.
  • R Offline
    R Offline
    RuiSantiago
    wrote on last edited by
    #1

    Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance

    P S 2 Replies Last reply
    0
    • R RuiSantiago

      Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance

      P Offline
      P Offline
      PJ Arends
      wrote on last edited by
      #2

      http://www.codeproject.com/editctrl/fileeditctrl.asp[^]


      CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!

      R R 2 Replies Last reply
      0
      • P PJ Arends

        http://www.codeproject.com/editctrl/fileeditctrl.asp[^]


        CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!

        R Offline
        R Offline
        RuiSantiago
        wrote on last edited by
        #3

        Thank you, i'll try it out!

        1 Reply Last reply
        0
        • R RuiSantiago

          Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance

          S Offline
          S Offline
          Sharad Ganesh
          wrote on last edited by
          #4

          hi, U can use the MFC - CFileDialog to do the same. Rgds, Sharad Ganesh

          1 Reply Last reply
          0
          • P PJ Arends

            http://www.codeproject.com/editctrl/fileeditctrl.asp[^]


            CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!

            R Offline
            R Offline
            Ruca
            wrote on last edited by
            #5

            How does one clear the edit box?

            P 1 Reply Last reply
            0
            • R Ruca

              How does one clear the edit box?

              P Offline
              P Offline
              PJ Arends
              wrote on last edited by
              #6

              The control is derived from CEdit, so do it the same way you would in an edit control:

              m_FileEditCtrl.SetWindowText (_T(""));

              HTH


              CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!

              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