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. CFileDialog how to select file

CFileDialog how to select file

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
4 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
    Romiks
    wrote on last edited by
    #1

    Hi all, I need to select only exact file from directory. For example file.ttt. I am trying the following: CFileDialog fileDialog( TRUE, NULL, "file.ttt", NULL, "file.ttt" ); But there is no visible files. Please help me to resolve the problem.:(

    D H G 3 Replies Last reply
    0
    • R Romiks

      Hi all, I need to select only exact file from directory. For example file.ttt. I am trying the following: CFileDialog fileDialog( TRUE, NULL, "file.ttt", NULL, "file.ttt" ); But there is no visible files. Please help me to resolve the problem.:(

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      CFileDialog fileDialog( TRUE, NULL, "file.ttt", NULL, "All files(*.ttt)\0*.ttt\0" );


      WhiteSky


      1 Reply Last reply
      0
      • R Romiks

        Hi all, I need to select only exact file from directory. For example file.ttt. I am trying the following: CFileDialog fileDialog( TRUE, NULL, "file.ttt", NULL, "file.ttt" ); But there is no visible files. Please help me to resolve the problem.:(

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        Romiks wrote:

        But there is no visible files.

        Does file.ttt exist in the folder that is initially opened?


        "A good athlete is the result of a good and worthy opponent." - David Crow

        "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

        1 Reply Last reply
        0
        • R Romiks

          Hi all, I need to select only exact file from directory. For example file.ttt. I am trying the following: CFileDialog fileDialog( TRUE, NULL, "file.ttt", NULL, "file.ttt" ); But there is no visible files. Please help me to resolve the problem.:(

          G Offline
          G Offline
          gvisgr8
          wrote on last edited by
          #4

          This should do the task correctly.... CFileDialog FileDlg(TRUE,_T("file.ttt"),NULL,NULL,_T("ttt Files(*.ttt)|*.ttt||"),NULL );

          Who am I? Do you know me....:omg:

          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