CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2009
    Location
    CPH
    Posts
    10

    Question File was updated, how to know?

    Hi,
    I have the situation where my VC++ MDI application is presenting the contents of multiple files
    in different windows. If any of the files is updated by an external app my application window must be made aware of this, so that it can keep the contents of it's window concurrent.
    How do I do this? I need Windows to send my app a message so it can reload the contents of the file.
    Any suggestions and I will be grateful.
    Best regards
    Gustav

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: File was updated, how to know?

    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: File was updated, how to know?


  4. #4
    Join Date
    Apr 2009
    Location
    CPH
    Posts
    10

    Resolved Re: File was updated, how to know?

    Super! Thank you for your advice, will start to implement right away.
    /Gustav

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

Featured