TFS: How to dectet changed files when loading a solution?

Posted by marco.ragogna on Stack Overflow See other posts from Stack Overflow or by marco.ragogna
Published on 2010-04-15T12:50:28Z Indexed on 2010/04/15 12:53 UTC
Read the original article Hit count: 501

Filed under:
|
|

I am new to TFS integration with Visual Studio 2010, and I have a problem I would like to solve.

Practically, when I open a solution, how can I detect, looking only at the Solution Explorer which file has been changed since my last login?

I am able to discover the changed files if I look at the Latest column of Source Control Explorer but it is not so intuitive.

I attach you an image for better understanding.

alt text

I would like to have a different icon, not the lock, for frmAbout.vb (in this case), associated to the item in Solution Explorer. Do you have any idea how can I achieve this behavior? Or some alternatives?

© Stack Overflow or respective owner

Related posts about tfs

Related posts about visual