GeekInterview.com
Series: Subject: Topic:
Question: 6 of 73

how to remove application name form application tab in task manager using vb.net windows application

hi all,

In my project is also administrator purpose also.I have not found solution about how to remove application from task manager using vb.net windows application.In vb.net I have not found properties of application with respect of that issue.But in vb it have properties of app.task visible then it is possible in vb.Please help me to avoid that issue.


Imports System.Diagnostics





The there is a method called Process.GetProcesses() returns all the current processes in your computer which returns an array of processes.



Process.GetProcesses()

Dim _proc = Process.GetProcessesByName("")

For i As Integer = 0 To _proc.Count - 1

_proc(i).Kill()

Next i

I have used these code it removes application & process in taskmanager & it sdestrys the running application.But this is not my question.My question is that how to remove application name from application tab in taskmanager not remove process in it.In vb it have work because the properties of app.taskvisible is useful in it.

thanks,


Asked by: jayawant.sawant | Member Since Apr-2011 | Asked on: Apr 26th, 2011

View all questions by jayawant.sawant

This Question is not yet answered!

Related Open Questions

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.