|
-
Sep 15th, 2002, 04:37 AM
#1
Thread Starter
Frenzied Member
Hidding a Program completly
hello , me and a teacher are trying to make a application that will log how long a student is logged and if he went on the internet (wich may not be done while in class , only in spare time) but the application is hidden and not seen on the screen but they can still see it in the TASK MANAGER and still stop it (the hard way) and i know there is a way to hide it even from there but i cant seem to find source codes for that.
I need them for windows nt , 98 and 2000 and xp :s
-
Sep 15th, 2002, 05:12 AM
#2
Hyperactive Member
This will hide it from the taskmanager, and when u call the application 'services.exe', Windows taskmanager will be unable to stop it, coz it is regonized as an systemprocess
!! only works under XP/NT, for win95 there are api's....
There's a certain mystique when I speak, that you notice that it's sorta unique, cause you know it's me
-
Sep 15th, 2002, 05:14 AM
#3
Thread Starter
Frenzied Member
ok that hides it from the APPLICATIONS menu in Winxp but not yet at the processes tab :S
thanks anyway i got 50% of it i guess
-
Sep 15th, 2002, 10:42 AM
#4
The picture isn't missing
Originally posted by Ultimasnake
ok that hides it from the APPLICATIONS menu in Winxp but not yet at the processes tab :S
thanks anyway i got 50% of it i guess
didn't you read it? he said if you named it a service name, such as services.exe, they wouldn't be able to close the program from proceses tab. for 95/98/me, search the site for 'hide from task manager'. im sure you will find thousands of examples.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Sep 15th, 2002, 10:45 AM
#5
The picture isn't missing
oh yeh, you won't be able to hide it in the process list. doing what phrozeman told you about the services is the best you could do to stop them from closing your program.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Sep 15th, 2002, 10:51 AM
#6
Thread Starter
Frenzied Member
haha ok thanks allot... will look at it all
-
Jul 2nd, 2003, 04:01 PM
#7
PowerPoster
-
Aug 29th, 2003, 04:05 AM
#8
New Member
hiding(One Line Code)
to hide from the task manager
try this..
Private Sub Form_Load()
App.Title = ""
End Sub
good luck
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
|