Click here to Skip to main content
15,867,972 members
Articles / Desktop Programming / MFC

Exile 1.8 - The Password Manager

Rate me:
Please Sign up or sign in to vote.
4.57/5 (51 votes)
6 Mar 20058 min read 254K   7.4K   111  
Yet another password manager.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Icons.rc
//
#define IDI_ICON1                       129
#define IDI_ICON2                       130
#define IDI_ICON3                       131
#define IDI_ICON4                       132
#define IDI_ICON5                       133
#define IDI_ICON6                       134
#define IDI_ICON7                       135
#define IDI_ICON8                       136
#define IDI_ICON9                       137
#define IDI_ICON10                      138
#define IDI_ICON11                      139
#define IDI_ICON12                      140
#define IDI_ICON13                      141
#define IDI_ICON14                      142
#define IDI_ICON15                      143
#define IDI_ICON16                      144
#define IDI_ICON17                      145
#define IDI_ICON18                      146
#define IDI_ICON19                      147
#define IDI_ICON20                      148
#define IDI_ICON21                      149
#define IDI_ICON22                      150
#define IDI_ICON23                      151
#define IDI_ICON24                      152
#define IDI_ICON25                      153
#define IDI_ICON26                      154
#define IDI_ICON27                      155
#define IDI_ICON28                      156

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        157
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1001
#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
Web Developer
Russian Federation Russian Federation
I'll think about it later on...

Comments and Discussions