Hi,
I am new to Visual Basic.
I want to write a application to know what are processes/Services running in system. What i am thinking is if i get system tray information, i can collect all processes/Services from there.
Can you please help me how to get system tray information
Thanks in Advance
Kishore

system tray information
Scottie S
What version of VB are you using
What does it say when you put your cursor over the red color
Did you make the references to the correct namespaces
System.Diagnostics & System.ServiceProcess
borice
System tray has nothing to do with currently running processes and services on your pc....
Dim MyServices() As System.ServiceProcess.ServiceController = System.ServiceProcess.ServiceController.GetServices() Dim MyProcesses() As Process = Process.GetProcessesdelas
Can you please let me know how to know what are all application running currently in windows.
i tried above things. it's showing in red color.
Thanks in advance
kishore
dj1smsu
Namespaces do not exist in VB6...Visual Basic 6 questions are off topic for these forums...please see any of the following for more help with your VB6 issue!
Useful Links
Other VB Web Sites
DEEPAK GARG
I am using Microsoft Visual Basic 6.0 Version.
when i put cursor over red color text, it doesn't say any thing..
i don't know how to give references to namespaces..
Thanks
Kishore