How do I Hide a VB program from the taskmanager?

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Apr 2008
Posts: 3
Reputation: Jmafia is an unknown quantity at this point 
Solved Threads: 0
Jmafia Jmafia is offline Offline
Newbie Poster

How do I Hide a VB program from the taskmanager?

 
0
  #1
Apr 8th, 2008
It is always possible to create a Vb program and Hide its Visibility or make it not to appear on the task bar. But what is eating up my mind is how to make it not be seen with the taskmanager!!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: How do I Hide a VB program from the taskmanager?

 
0
  #2
Apr 8th, 2008
in any even :
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Private Sub Form_Load()
  2. App.TaskVisible = False
  3. App.Title = ""
  4. End Sub
Last edited by Jx_Man; Apr 8th, 2008 at 2:00 pm.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 3
Reputation: Jmafia is an unknown quantity at this point 
Solved Threads: 0
Jmafia Jmafia is offline Offline
Newbie Poster

Re: How do I Hide a VB program from the taskmanager?

 
0
  #3
Apr 11th, 2008
Thanx a lot it worked just perfectly with me.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: How do I Hide a VB program from the taskmanager?

 
0
  #4
Apr 11th, 2008
you're welcome friend
Don't forget to mark this thread solved...
Happy coding.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC