Click here to Skip to main content
6,596,602 members and growing! (19,520 online)
Email Password   helpLost your password?
Web Development » Applications & Tools » Tools with source code     Intermediate

Lock WorkStation the MFC way

By Vikram Kashyap

Allows the user to lock the workstation during lunch or meeting hours
VC6Win2K, WinXP, MFC, Dev
Posted:25 Jul 2004
Updated:1 Aug 2004
Views:38,094
Bookmarked:21 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
12 votes for this article.
Popularity: 2.70 Rating: 2.50 out of 5
8 votes, 66.7%
1

2

3
1 vote, 8.3%
4
3 votes, 25.0%
5

Introduction

This is a very small application that demonstrates the use of fullscreen dialog based applications. When the application is executed it goes and sits inside the systray with a key as a tray icon.

Using the application

  • To lock the screen, the user has to press a key combination of Ctrl+Alt+Minus sign on the numpad.
  • To unlock the screen user is asked to enter a password.
  • During lock mode, mouse cursor and caret are hidden as it happens in a normal booting screen, also Alt+Tab, Ctrl+Alt+Del keys are disabled.

But the user still can press Ctrl+Esc to activate the Start menu, In order to disable the Taskbar/StartButton, FindWindowEx API has been used and after taking the handle successfully the Taskbar is disabled, so that the user is not able to clcik on the TaskBar also. Currently the password has been hardcoded inside the application as "vkpassword". But developers can easily modify the application to store the password in registry or some encrypted file in the system. Use of Hotkeys have been implemented. To lock the screen user needs to press Ctrl+Alt+Minus sign on the numpad. A special thanks to Chris Maunder for his CSystemTray icon class used in the application.

How to get it installed?

  • Unzip the demo exe file
  • Double click on the exe file
  • The application goes and sits inside the SystemTray (thanx Chris!!)

Press Ctrl+Alt+Minus sign on Numpad. The system is locked now, to unlock enter password as "vkpassword" of course without the double quotes.

Notes

The application makes some changes in the registry, as to run during the computer start up, disabling the task manager using a registry hack. Hope you all will like the same and also don't forget to send me ur comments, suggestions to make it better. Thanks.

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

About the Author

Vikram Kashyap


Member
Hi I am Vikram, did my computers from NIIT with excellent score. Passion for VC++/MFC and developing my own utilities. Loves to do a lot of R&D on registry. Working in VC++/MFC from the last 6 years with SQL and MS-Access database. Currently working as a Project Lead with an MNC in Gurgaon.

Got my articles posted on Codeguru.com
1. Open Six Sites in one Browser
2. Customized icon in Message Box

Articles On CodeProject
1. Lock WorkStation the MFC Way
2. Gradient Dialog with a Colored ProgressBar
3. Move Start Button

Occupation: Team Leader
Location: India India

Other popular Applications & Tools articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 15 of 15 (Total in Forum: 15) (Refresh)FirstPrevNext
GeneralCrappy Trojan - and here is why PinmemberSB200323:07 1 Oct '09  
GeneralCrappy Trojan Part II PinmemberSB200323:31 1 Oct '09  
GeneralRe: Crappy Trojan Part II PinmemberVikram Kashyap0:47 2 Oct '09  
GeneralRe: Crappy Trojan Part II PinmemberSB20037:24 2 Oct '09  
GeneralLock the PC PinmemberpHRO gHO9:05 8 May '08  
GeneralNo Source Pinmemberkoenjoeks1:34 20 Nov '07  
GeneralBypass startup. Pinmemberantsays23:32 2 Jul '06  
GeneralUndo changes PinmemberMyszka22:47 16 Dec '04  
Generalitz just for fun? try Ctrl + ESC... Pinmembertony_w200019:46 3 Aug '04  
GeneralI tell you gus it is a trash for you are unlikely to use a topmost window to lock ... PinsussAnonymous7:43 3 Aug '04  
GeneralTo be more annoying :) PinmemberLars [Large] Werner2:50 3 Aug '04  
GeneralTrash Pinmembergoklll7:47 2 Aug '04  
GeneralRe: Trash PinsussAnonymous23:30 2 Aug '04  
GeneralWhere's the beef? PinmemberNGS 5496726:47 26 Jul '04  
GeneralIt is in yr lunch sandwich PinmemberWoodFire3210:35 26 Jul '04  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 1 Aug 2004
Editor: Nishant Sivakumar
Copyright 2004 by Vikram Kashyap
Everything else Copyright © CodeProject, 1999-2009
Web16 | Advertise on the Code Project