|
#1
|
|||
|
|||
|
run application as a service
[Originally posted by Lester Miyaoka]
Hi, I am using srvany.exe to run my vb app as a service, however, the application appears in the task manager's application list and thus can be "killed". HOW DO I HIDE THE APPLICATION FROM THE TASK MANAGER? THANKS Lester Miyaoka lmiyaoka@yahoo.com |
|
#2
|
|||
|
|||
|
Re:run application as a service
[Originally posted by mike]
Hiding the task from task manager - now wouldnt that defeat the purpose of security management? Wouldnt that just make for an especially nasty app? |
|
#3
|
|||
|
|||
|
Re:Re:run application as a service
[Originally posted by Lester Miyaoka]
we are running a closed network and want to place a banner (apptoolbar) on the top portion of the screen.’ but we do not want our users to remove it. |
|
#4
|
|||
|
|||
|
Re:Re:Re:run application as a service
[Originally posted by Paul Deen]
Have you tried that you can actually kill it with the taskmanager? I mean, aren't services protected against getting killed by the task manager? Or perhaps you could disable the task manager, isn't that possible? |
|
#5
|
|||
|
|||
|
Re:run application as a service
[Originally posted by Nick Dawkes]
Do you need to hide it form task manager Can you not just find out how its being closed down in the query unload event of the form and then then cancel the unload request ie If unloadmode’ = vbAppWindows then ’ cancel = false else ’ 'vbFormControlMenu ’ 'vbFormCode ’ 'vbAppWindows ’ 'vbAppTaskManager ’ 'vbFormMDIForm ’ 'vbFormOwner ’ Cancel = True End if cheers nick |
|
#6
|
|||
|
|||
|
Re:Re:Re:run application as a service
[Originally posted by Jason Whitaker]
Why dont you use Active Directory or the MMC to tie down your network EI. Dont allow Users to Disable a service?? ’ ’ ’ ’ Just a thought but seems to work for me. ’ ’ ’ ’ After all thats what NTFS is good at. Jase |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|