CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2007
    Posts
    680

    Exclamation Handle to (CTRL + ALT + DEL) -

    Sup guys,

    How do you get a handle to the window/dialog the appears when you press CTRL, ALT and DELETE?

    Thanks.
    Just sayin' but I'm 14(I'm telling you this so you know what sort of language to use).
    Advice received by a user.

  2. #2
    Join Date
    Jun 2006
    Location
    M31
    Posts
    885

    Re: Handle to (CTRL + ALT + DEL) -

    Would you mind saying why you need it? You're not trying to hide it or anything like that... are you?

  3. #3
    Join Date
    May 2007
    Posts
    680

    Re: Handle to (CTRL + ALT + DEL) -

    Well actually a virus has already done that and I would like to reverse it...
    Just sayin' but I'm 14(I'm telling you this so you know what sort of language to use).
    Advice received by a user.

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Handle to (CTRL + ALT + DEL) -

    I believe you'd rather get rid of virus.
    Best regards,
    Igor

  5. #5
    Join Date
    May 2007
    Posts
    680

    Re: Handle to (CTRL + ALT + DEL) -

    Well I found it and just deleted it, now everything seems to be normal. But still no I'm curios how do you get the handle to that window?
    Just sayin' but I'm 14(I'm telling you this so you know what sort of language to use).
    Advice received by a user.

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Handle to (CTRL + ALT + DEL) -

    Quote Originally Posted by .pcbrainbuster
    Well I found it and just deleted it, now everything seems to be normal. But still no I'm curios how do you get the handle to that window?
    If you read up on this in msdn, you'll find that this window is displayed from a different desktop. If you read enough to discover this you may also find out how you can grab the window.

  7. #7
    Join Date
    May 2007
    Posts
    680

    Re: Handle to (CTRL + ALT + DEL) -

    Thanks Arjay I'll try to find it.
    Just sayin' but I'm 14(I'm telling you this so you know what sort of language to use).
    Advice received by a user.

  8. #8
    Join Date
    May 2007
    Posts
    680

    Re: Handle to (CTRL + ALT + DEL) -

    OK, after a bit of research I now know that I need to use SwitchDesktop but the problem is that I don't know what the desktop is called, could you help me?
    Just sayin' but I'm 14(I'm telling you this so you know what sort of language to use).
    Advice received by a user.

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