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

    Ctrl+Alt+Del list of programs...



    Does anyone know the code that generates the EXACT SAME list of running programs you get when you push Ctrl+Alt+Del (taskmon.exe?)? How would I get a list EXACTLY like that? I need JUST those programs to show up in a list for a program I am working on. Thanks for any help!

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Ctrl+Alt+Del list of programs...



    Hi


    I'd tell you how to do this here, but Karl E Peterson has an excellent example on his site at :


    http://www.mvps.org/vb


    Look in the 'samples' secion for the 'TaskList.zip' example - he's got a tonne

    of other cool code samples there also.


    Regards


    Chris Eastwood

    Codeguru - the website for developers

    http://www.codeguru.com/vb




    Karl's Samples Page

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