Results 1 to 2 of 2

Thread: API Call

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    12

    API Call

    1.

    I am having a handle of a window. Can i use it for closing ,hiding, showing etc. regarding to that particuar form/window.

    2.
    Can I know the processes which is running in background with the help of apis and if want I can close them accordingly.

    3.
    I am not getting the handle of the window that is come when we press ctlr+alt+del

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    1. yes - ShowWindow(), TerminateWindow() etc. take this handle

    2. yes

    3. In the real OSes (NT, 200, XP) The task manager window lives in its own protected desktop (see ApiDesktop class for info) which you cannot muck around with...sorry.
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

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