Results 1 to 4 of 4

Thread: [VB2005] How to list running processes in Windows Mobile 5/6/6.1

Threaded View

  1. #1

    Thread Starter
    Junior Member PC Master's Avatar
    Join Date
    Aug 2006
    Location
    At Home
    Posts
    17

    [VB2005] How to list running processes in Windows Mobile 5/6/6.1

    Hi all..

    i want to list running processes in windows mobile

    i tried to use this code but didn't work

    Code:
    lst.Items.Clear()
    lst.DisplayMember = "ProcessName"
    Dim p As Process
    For Each p In Process.GetProcesses
         lst.Items.Add(p.ProcessName)
    Next
    i need the mobile version code

    please it's very important

    thank you all
    Last edited by PC Master; Feb 25th, 2008 at 02:03 PM.

    "Software & Hardware User"

    "Car User"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width