Results 1 to 5 of 5

Thread: How to hide my program

  1. #1

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Post

    Can anyone please tell me how to hide my program from running processes and tasklist.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Post

    To hide it in the tasklist you can use the API command for register it as service process:

    -
    Declare Function RegisterServiceProcess Lib "Kernel32.dll" (ByVal dwProcessId as Long, ByVal dwType as Long) As Long

    'In Form_Load or Main function
    RegisterServiceProcess(0, 1)
    -

    Sorry, but no idea how to hide it in process viewer...

    ------------------
    [email protected]
    ...
    Every program can be reduced to one instruction which doesn't work.



  3. #3

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Post

    i cant get this thing to work, can anyone tell me how to use the about api?

  4. #4
    Lively Member Maartin's Avatar
    Join Date
    Jan 2000
    Location
    Benoni, Gauteng, South-Africa
    Posts
    99

    Post

    Wasiq.

    I have created a sample project for you just download it from the following url. http://www.freedrive.com/ASP/PostFol...sp?fsc=2940490
    The file is called Hide me.zip

    Else mail me and i will mail it to you.

    ------------------
    Have Fun.
    Maartin.
    [email protected]
    -----------------------



    [This message has been edited by Maartin (edited 01-19-2000).]

  5. #5

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Post

    isnt there any other way?

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