Hello,
I have the following task at the moment: when my application is starting I have to open some VSS project (info which necessary for the opening placed on the hard drive) and I am trying to use SccGetProjPath to do this. The problem is the "Choose project from SourceSafe" dialog will appear after a user has entered the user name and password to the "Log On to Visual SourceSafe Database" dialog.
But in my case the name of the project is known and I wanna avoid the showing of the second dialog. BTW, Visual Studio 2008 shows only the first dialog in the similar situation.
I have read many articles connected with the problem but I cannot find solution. If someone has the ideas to solve the problem, please let me know.
Thanks in advance