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

Threaded View

  1. #11
    Join Date
    Oct 2003
    Location
    Timisoara, Romania
    Posts
    460

    Re: Ctrl-alt-delete....

    Quote Originally Posted by Burningmace
    I just read on a site that you can actually get the program that Windows runs when it is sent the Ctrl-Alt-Del message from the motherboard in the registry... but I don't know the key, it didn't specify.
    That's msgina.dll and it is called when you press Ctrl+Alt+Del. What we want here is do the exact oposite thing. Simulate the key pressing.
    Last edited by vma; March 2nd, 2005 at 03:05 AM.
    You liked it? Please show your gratitude and rate it!

    There is no 'patch' for stupidity.

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