Hi,

I'm developping an MDI Application with WF 1.1 on VS.Net 2003.

My application manage several document at the same time but only one is the active one. To present which one is the active, the name of the document is set the the property Text of my main Form.

As expected, setting to Text change the Title Bar and also the TaskBar.

But some time, the synchronization is lost. The Title is Ok but not the TaskBar ...

As I use the same property to manage the two elements, I've no idea about what to do ...

Thanks for any help ...

Ps :

Title bar : at the top of the windows,

TaskBar : next to the Start Button