Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use ADD Function of Visual Source Safe DLL using VB

Status
Not open for further replies.

Member1

Programmer
Joined
May 17, 2001
Messages
1
Location
LK
I want to use Add funtion of the Visual Source Safe (VSS) DLL (SSAPI.dll) to add new files to the VSS using VB ver 6. Can anybody tell me how to write this function in the code.
In the Object browser this function appears as follows;

Function Add(Local As String, [Comment As String], [iFlags As Long]) As VSSItem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top