I have a URL that points to a file in the sourcesafe database. Considering I have adequate permissions for VSS, how do I open the file using a registered application thru my VB code? I have used Sourcesafe 6.0 type library and can "Get" the file from VSS to a local directory and then open it. But is there any way by which I can just "open" the latest version without doing a Get?? Ex- If I dbl-click a document in VSS, it prompts "Do you want to view Sourcesafe's copy of this file?" after which it proceeds to open the document with a reistered application like MS word etc. I need to simulate that behavior using VB code.

thanx