CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Ctrl Alt Del

  1. #1
    Join Date
    May 1999
    Posts
    89

    Ctrl Alt Del


    Is there a function call to detect the Ctrl- Alt- Del keys are being pressed both in NT and 95/98?

    I want to disable the Ctrl-Alt_Del in win95 when my screen saver program lock the PC? How can i do that?

    In NT, although the Ctrl-Alt-Del keys are handled by winlogon, when a logon dialog box appeared, it will
    dissapear again if the user pressed the Ctrl-Alt-Del keys, how shall i solve this? I should detect the key
    combinations is being pressed and then send a WLX_SAS_ACTION_NONE to winlogon right? So how
    to detect the keys are being pressed??



  2. #2
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    Re: Ctrl Alt Del

    Well, i k now the way...but i have to refer back to my old program, which in another PC..
    let you know tomorror...
    the way is, make Win95 "thought" that screen saver is running..
    anyway, i know work fine with VC++ 4.0/ VB5.0 in win95..
    see you..

    Hello World!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured