Results 1 to 2 of 2

Thread: Save as and Save Button

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2009
    Location
    Oakville, Ontario
    Posts
    23

    Question Save as and Save Button

    In a word processor of mine, I made a save and open feature, but, I'd like to improve my save feature, so that, when the user tries to save, it doesn't make the user choose the location every single time. So I pretty much want my save to do the same thing as MS Word when you try to save.
    Remember, If your problem has been resolved, mark your thread as resolved! Also, if someone has helped you, add to their Reputation.

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Save as and Save Button

    Well then you simply need to store where the document is located when you open it and then refer to that location when you save it. You could do this by having either a class level or global variable (depends on the design of your code) that just stores this and is updated whenever the user opens a new document.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width