Wrox Programmer Forums
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 17th, 2004, 02:01 PM
Authorized User
 
Join Date: Sep 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to huyremy
Default Process List ?

I creat one Application using VB6
I hide it from task manager with this code
App.title = ""
but it's hide from task manager but it still exist in process list .
I know that anything can't be hide in process list . But I want to disable Kill Process . Example : If someone one to kill my application from a process list in win xp /2000 , My Application will auto run again .
Any body know it ? have any module creat something like that ?
Thanks very much
 
Old October 17th, 2004, 09:16 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,


 Why do you want to disable killing the process? It will be a problem when the program causes error or using more system resources.


------------
Rajani

 
Old October 17th, 2004, 11:51 PM
Authorized User
 
Join Date: Sep 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to huyremy
Default

:)
Sorry sir I'm wrong .
I don't want disable killing process . I want my appication auto run again when someone kill it' process .
Can you help me sir ?
 
Old October 18th, 2004, 01:18 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Why do you want to do that? Sorry if I ask, but that sounds like you are writing virus to me (and you are not are you :)
Marco
 
Old October 19th, 2004, 05:12 AM
Authorized User
 
Join Date: Sep 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to huyremy
Default

My family have only one computer . But I have 2 younger brother . I don't want they connect to the porn site . So I want to write one application which can use to restrict that sites . My Program is run very well but ... it's still exist in the process list too easy to kill it .
So I don't know what can I do now :(
Any body can help me ?
 
Old October 19th, 2004, 01:23 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can use a good family web site blocker, there are plenty of them around that work on any platform and are quite inexpesive.
Marco
PS Did you check the QueryUnload event? maybe that can help you
 
Old October 25th, 2004, 01:30 PM
Authorized User
 
Join Date: Sep 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to huyremy
Default

I think I should creat one DLL file for my app then I will inject it to explorer.exe :D
Is that good idea ?






Similar Threads
Thread Thread Starter Forum Replies Last Post
process.startinfo opens new instance of process Anypond General .NET 0 August 28th, 2008 05:35 AM
Process list jrainha XSLT 3 March 13th, 2008 02:24 PM
fill dropdown list with items when parent list isaac_cm Pro PHP 1 July 10th, 2006 05:41 AM
List tablesname from database & list databasename ittorget MySQL 3 September 10th, 2005 03:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.