Thread: Predefined FileOpen, SaveAs, etc. in C?

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    5

    Question Predefined FileOpen, SaveAs, etc. in C?

    Hope this is the right message board.
    I have noticed that there are predefined dialog boxes in C++ for such things a OnFileOpen, OnFileSaveAs, etc. In a C program, are there similar predefined dialog boxes also and where may they be found? I have not found any reference to any, even in the 5 volume 1999 Win32 API series by Iseminger/Microsoft Press and other books; so does one have to program their own in C? Using VS C/C++ 6.0 from Microsoft.
    Thank you in advance.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    GetOpenFileName()
    GetSaveFileName()
    OPENFILENAME Structure

    You'll find plenty of examples just by searching this board . I know I've see one just this week.

    Here's the MSDN example as well.

    gg

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    5

    Smile Thanks!

    Thank you very much, CodePlug!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 10-01-2008, 07:45 PM
  2. Export a predefined constant to an application
    By hzmonte in forum C Programming
    Replies: 1
    Last Post: 11-08-2005, 09:15 AM
  3. predefined button color
    By FOOTOO in forum Windows Programming
    Replies: 3
    Last Post: 01-30-2005, 04:07 PM
  4. Re: Save & SaveAs function
    By icc_81 in forum C++ Programming
    Replies: 1
    Last Post: 01-16-2004, 04:10 PM
  5. FileOpen error
    By Hankyaku in forum C++ Programming
    Replies: 3
    Last Post: 09-26-2003, 12:14 PM