Thread: MFC question.

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    411

    MFC question.

    I have a project that needs a file browser window, like a standard windows open dialog, anyone know how to work with on, or where I can find a tut that do so?

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I know that there's an MFC tutorial at www.codeguru.com, but I don't know if it has the information which you're looking for.

  3. #3
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    You don't need MFC. The API function GetOpenFileName() will display the Windows standard open file dialog box. Look it up on MSDN.

  4. #4
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    That looks good, do you know where I can find an example of it being used?

    It dosent have a actuall example in msdn, and the only thing i could find online was in visual basic.

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MFC check box question
    By MyglyMP2 in forum Windows Programming
    Replies: 2
    Last Post: 03-09-2009, 05:47 PM
  2. MFC simple question
    By dole.doug in forum Windows Programming
    Replies: 5
    Last Post: 09-26-2008, 06:11 AM
  3. Window Resize question (MFC)
    By IfYouSaySo in forum Windows Programming
    Replies: 2
    Last Post: 11-16-2005, 12:34 PM
  4. MFC UI question
    By naruto in forum Windows Programming
    Replies: 1
    Last Post: 04-21-2005, 10:10 PM
  5. MFC Dialog App Screen Refresh Question
    By Scotth10 in forum Windows Programming
    Replies: 2
    Last Post: 10-18-2002, 02:07 PM