Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / WTL

SSBrowser: A Sample Visual SourceSafe Automation

Rate me:
Please Sign up or sign in to vote.
4.59/5 (13 votes)
3 Jun 20044 min read 92.9K   3K   54  
A sample VC++ program for performing Visual SourceSafe operations in your application.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SSBrowser.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDD_MAINDLG                     129
#define IDB_IMAGELIST                   132
#define IDB_SMALL_IMAGELIST             133
#define IDD_ITEM_OPERATION_DIALOG       201
#define IDD_LOGIN_DIALOG                202
#define IDC_LABEL_VALUE                 1000
#define IDC_COMMENT                     1002
#define IDC_OPTIONS_LIST                1003
#define IDC_SELECT_FILE                 1004
#define IDC_SS_TREE                     1005
#define IDC_CHECKOUT                    1006
#define IDC_GET_LATEST                  1007
#define IDC_CHECKIN                     1009
#define IDC_LABEL                       1010
#define IDC_UNDO_CHECKOUT               1012
#define IDC_ADD                         1013
#define IDC_USERNAME                    1014
#define IDC_GET_FILE                    1015
#define IDC_SS_PATH                     1017
#define IDC_DATABASE_INI                1018
#define IDC_NEW                         1019
#define IDC_BROWSE_INI                  1020
#define IDC_LOCAL_PATH                  1021
#define IDC_PASSWORD                    1023
#define IDC_CHECKOUT_STATUS             1024
#define IDC_ITEMTYPE                    1032
#define IDC_HISTORY_LIST                1034
#define IDC_LATEST_VERSION              1036
#define IDC_LATEST_ACTION               1038
#define IDC_LATEST_USER                 1039
#define IDC_LATEST_DATE                 1040
#define IDC_LATEST_LABEL                1041
#define IDC_LATEST_COMMENT              1042
#define IDC_LAST_ACTIVITY_GROUP         1043
#define IDC_HISTORY_GROUP               1044
#define IDC_USER_NAME                   1045
#define IDC_LOGIN_BUTTON                1046
#define IDC_LOAD_HISTORY                1047
#define IDC_LABEL_USERNAME              1048
#define IDC_LABEL_SOURCEPATH            1049
#define IDC_LABEL_LOCALPATH             1050
#define IDC_LABEL_TYPE                  1051
#define IDC_LABEL_STATUS                1052
#define IDC_LABEL_VERSION               1053
#define IDC_LABEL_ACTION                1054
#define IDC_LABEL_USER                  1055
#define IDC_LABEL_DATE                  1056
#define IDC_LABEL_LABEL                 1057
#define IDC_LABEL_COMMENT               1058

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1008
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
Roaming halfway around the globe programming in C++, MFC, COM/ATL, WTL, C#, .NET, OLEDB, ADO, ADO/X.

Living under the pleasant weather of Irvine, California, Ferdie is a Computer Engineering graduate of Mapua Institute of Technology (MIT Smile | :) ) in Philippines. Developed GIS applications in Japan for 5 years. Now a member of a team developing Windows GUI and real time software for semi-robotic equipments.

Comments and Discussions