External Window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim@gmail.com

    #1

    External Window

    How do you fill a listbox with the name and hwnd of all running
    programs?
  • Petar Atanasov

    #2
    Re: External Window

    Jim@gmail.com wrote:
    How do you fill a listbox with the name and hwnd of all running
    programs?
    Hi, Jim
    use:

    Dim p() As System.Diagnost ics.Process =
    System.Diagnost ics.Process.Get Processes()

    Than for each separate process you've got p(lIdx).Process Name,
    p(lIdx).Handle, etc.

    In addition check this out:
    http://msdn2.microsoft.com/en-us/lib...agnostics.aspx

    HTH,
    Petar Atanasov
    Daftar Situs Slot Gacor dengan RTP Tertinggi untuk Pemain Baru

    Comment

    Working...