I was asked recently to investigate problem when using VB6 and TFS Msscci Provider. We found out a limitation, that is not really surprising, but is still worth documenting.
The code base looks like this:
Source
SharedCode
Class1.cls
Project 1
Project1.vpb
Form1.frm
There are a few problems with TFS integration in this environment:
Hope this will help you when dealing with more complex code base and a vb6+tfs mix!