Re: External Window
- From: Petar Atanasov <ppa_info@xxxxxxx>
- Date: Tue, 22 May 2007 17:46:37 +0300
Jim@xxxxxxxxx wrote:
How do you fill a listbox with the name and hwnd of all running
programs?
Hi, Jim
use:
Dim p() As System.Diagnostics.Process = System.Diagnostics.Process.GetProcesses()
Than for each separate process you've got p(lIdx).ProcessName, p(lIdx).Handle, etc.
In addition check this out:
http://msdn2.microsoft.com/en-us/library/system.diagnostics.aspx
HTH,
Petar Atanasov
http://a-wake.net
.
- References:
- External Window
- From: Jim
- External Window
- Prev by Date: Re: SQL Vb.Net 2005
- Next by Date: Re: Include existing ActiveX Dll without including it in the setup
- Previous by thread: External Window
- Index(es):