wm5

Disable Windows Mobile Notifications

Hi, We have an app running on Windows Mobile 5 and every so often, usually after a power cycle, we get a pop-up notification about a new modem being detected. We basically need to disable this notification, which we believe we can do by modifying the registry on the device under the following key: HKCU\ControlPanel\Notifications\ Fo...

platform for doing interactive text app on Windows Mobile 5?

Hi all, I'm working on a WM5 application which requires the followings: Display formatted text Interactive text. E.g. clickable text, draggable text As far as I've tried, WebBrowser of .NET CF supports the former, but it is not very strong in the latter -- there's no way of telling which text is clicked. So if you're me, which progr...

Retrieve Storage and Programs Memory on .NET Compact Framework 2 and WM5

Hi! I've been looking for quite a while already and still couldn't find a solution for this. All I need is to retrieve the memory levels and percentage of use. OpenNETCF has a MemoryManagement class, which seems to encapsulates a data structure returned through a P/Invoke or something like that, and it gives me the TotalPhysicalMemory, ...