|
-
Jun 28th, 2000, 12:08 AM
#1
Thread Starter
Member
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:
-
Jun 28th, 2000, 12:25 AM
#2
Addicted Member
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. 
-
Jun 28th, 2000, 06:24 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|