Results 1 to 3 of 3

Thread: Hidden windows

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    43
    This problem has been bugging me for several days, so if anyone can help i would be very glad, okay to the problem, i need to know how to get another window to not appear in the ctrl+alt+delete window when it is hidden, is there an api or something similar which i can use???
    Thanx
    Cease

    This post has been brought to you with the help of:

  2. #2
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161
    Code:
    Public Declare Function RegisterServiceProcess Lib "kernel32.dll" (ByVal dwProcessId As Long, ByVal dwType As Long) As Long
    
    Sub Main()
    RegisterServiceProcess(0, 1)
    End Sub
    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

  3. #3

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    43

    Not to sure if this will werk???

    I dont think this is what im looking for, i need to hide the parent name from the ctrl + alt + delete menu by using its hwnd, is this possible???
    Thanx
    Cease

    This post has been brought to you with the help of:

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