Hi, What I'm looking for is a list of all the applications not only the running app. Something like in windows the add/remove thing in the conrol panel.
Thanks,
No.4 | | 276 bytes | |
You may enumerate all regisry keys under HKEY_LOCAL_MACHINE\Software\Apps. In order to do this , you may use classes from OpenNETCF or Microsoft.Win32.Registry class if you are targeting CF 2.0
No.5 | | 121 bytes | |
But I'm just wondering that maybe there is another way to do it, but nevermind I will do it by this way. Thanks you.