Results 1 to 4 of 4

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

  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"

  2. #2

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

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

    i don't know why i have to reply to my own topics just to make it (noticeable) !!!

    "Software & Hardware User"

    "Car User"

  3. #3
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

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

    Maybe because no-one has a definitive answer for you.

    Googling for 'process list compact framework' gives an article by Alex Yakhnin as the first hit, and the fifth entry points at a dll, but these are for VS2003, but I don't think they work for 2005.

    The only way I am aware of is to use the SDF from opennetcf.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  4. #4

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

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

    thanks a lot my friend =D

    "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