Thread: Save As Dialog MFC Application howto

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    26

    Save As Dialog MFC Application howto needed

    If I create an MFC dialog application and don't use serialization, how would I interpret a Save As command via button press? Any suggestions? Thanks


    James
    Last edited by jkw2068; 08-05-2003 at 05:17 PM.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    One solution is to add a message handler for the command and then process data.

    Kuphryn

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    26
    Thanks for the reply. I look into that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MFC: CTileSheet to docking dialog
    By VirtualAce in forum Windows Programming
    Replies: 1
    Last Post: 11-13-2007, 01:33 AM
  2. MFC Bring up a dialog.
    By guitarist809 in forum Windows Programming
    Replies: 5
    Last Post: 08-06-2007, 01:31 AM
  3. Resize Dialog Box via Code :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 10-27-2002, 11:00 PM
  4. MFC Dialog App Screen Refresh Question
    By Scotth10 in forum Windows Programming
    Replies: 2
    Last Post: 10-18-2002, 02:07 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM