|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get processes list problem (windows 2000)Hi
I am trying to get the processes list from using the code attached. In win xp it works great but in win 2000 i get only one process the idle Any Ideas ? The Code : Dim Vec As System.Diagnostics.Process() Dim V As Object = Diagnostics.Process.GetProcesses.GetEnumerator Vec = Diagnostics.Process.GetProcesses For Each V In Diagnostics.Process.GetProcesses ListBox1.Items.Add(CType(V, Diagnostics.Process).ProcessName) Next -- Thank For The Help Eran "Eran AMiel" <EranAM***@discussions.microsoft.com> schrieb:
> [Double post] --
M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Help with Debugging
VB6 - Unable to read Text File Best way to get the value of one particular node of an XML string Custom Collections : overriding toString iHttpModule and Virtual Directories Response.Redirect("WebForm1.aspx") Sharing references/members VB.net Ablauf vom packen eines Projekts Application class problem How to code for receiving data via modem? |
|||||||||||||||||||||||