Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / C++

Structured Storage File Viewer Visual Studio Add-In

Rate me:
Please Sign up or sign in to vote.
4.83/5 (6 votes)
3 Dec 2001CPOL6 min read 131.8K   2.8K   41  
Visual Studio add-in that allows you to view the contents of a Structured Storage File.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SSFView.rc
//
#define IDS_SSFVIEW_LONGNAME            1
#define IDS_SSFVIEW_DESCRIPTION         2
#define IDS_CMD_STRING                  3
#define IDS_CMD_STRING_STRUCTURED_STORAGE_FILE_VIEWER 4
#define IDR_TOOLBAR_MEDIUM              128
#define IDR_TOOLBAR_LARGE               129
#define IDD_DIALOG_STRUCTURED_STORAGE_FILE_VIEWER 129
#define IDC_TREE_STRUCTURED_STORAGE_FILE_CONTENTS 1000
#define IDC_EDIT_DESCRIPTIONS           1001
#define IDC_BUTTON1                     1002

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1003
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer NEC
Singapore Singapore
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Comments and Discussions