Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C++

Winlogon using Mobile Disk

Rate me:
Please Sign up or sign in to vote.
4.83/5 (25 votes)
30 Nov 2007CPOL6 min read 136.6K   2.6K   89  
This is a full set of applications that can be used to logon to Windows system using mobile disk. No password typing.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Setup.rc
//
#define IDD_SETUP_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDB_BNR_BITMAP                  129
#define IDR_ADMIN_PANEL_CPL             135
#define IDR_CLIENT_EXE                  136
#define IDR_SERVER_EXE                  137
#define IDR_MONITOR_DLL                 138
#define IDD_DIALOG1                     141
#define IDR_DEV_MON_EXE                 142
#define IDR_GINA_DLL_EXE                143
#define IDC_CLIENT_CHECK                1000
#define IDC_SERVER_CHECK                1001
#define IDC_PRINT_SERVER_CHECK          1002
#define IDC_SERVER_PORT_EDIT            1005
#define IDC_CLIENT_PORT_EDIT            1006
#define IDC_SERVER_EDIT                 1007
#define IDC_INSTALL_BUTTON              1008
#define IDC_PR_SERVER_EDIT              1009
#define IDC_SKEY_EDIT                   1009
#define IDC_UNINST_BUTTON               1010
#define IDC_CLEAN_BUTTON                1011
#define IDC_USER_NAME_STATIC            1012

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        144
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1013
#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
Software Developer Microsoft
United States United States
Have completed BSc in Computer Science & Engineering from Shah Jalal University of Science & Technology, Sylhet, Bangladesh (SUST).

Story books (specially Masud Rana series), tourism, songs and programming is most favorite.

Blog:
Maruf Notes
http://blog.kuashaonline.com

Comments and Discussions