Thread: Re: Save & SaveAs function

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

    Re: Save & SaveAs function

    In borland c++ builder

    I've created a new MDI Application project. I was wondering if anyboady knew how to save any info that might be typed in a new 'memo1' canvas?

    All the other functions are already available, but the save & saveAs are empty. I have not changed anything, so when NEW is clicked the 'childwin' blank canvas is opened.

    Any help would be gratefully appriciated.
    icc_81

  2. #2
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    Open a file.
    Ouput contents.
    Close file.
    Do not make direct eye contact with me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Brand new to C need favor
    By dontknowc in forum C Programming
    Replies: 5
    Last Post: 09-21-2007, 10:08 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. c++ linking problem for x11
    By kron in forum Linux Programming
    Replies: 1
    Last Post: 11-19-2004, 10:18 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM