Click here to Skip to main content
15,884,986 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.3K   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 Developer Studio generated include file.
// Used by DevMon.rc
//
#define IDC_MYICON                      2
#define IDD_DEVMON_DIALOG               102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDS_HELLO                       106
#define IDI_DEVMON                      107
#define IDI_SMALL                       108
#define IDC_DEVMON                      109
#define IDR_MAINFRAME                   128
#define IDI_YES_ICON                    129
#define IDI_NO_ICON                     130
#define IDR_SYSTRAY_MENU                131
#define ID_SYSTRAY_MONITORDISK          32771
#define ID_SYSTRAY_EXIT                 32772
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#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