wpf c# status window update
        Posted  
        
            by phm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by phm
        
        
        
        Published on 2010-03-08T08:45:47Z
        Indexed on 
            2010/03/08
            8:51 UTC
        
        
        Read the original article
        Hit count: 384
        
Hello
I am trying to create a status window which content(textbox) should change in a lengthy operation. This status window is called and updated from the main application. Unfortunately, the content is updated only at the finish of the operation. I am using VS2008, C# and WPF.
Thank you.
© Stack Overflow or respective owner