Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
154 views

Portability of an mobile application from Windows Mobile 5.0 to Windows Mobile 6.5

My customer has an existing application on Windows Mobile 5.0. He wants to have the same application working on Windows Mobile 6.5. I don't have a Windows Mobile 6.5 device on my hands, so I can't do ...
1
vote
1answer
421 views

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

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, ...
0
votes
1answer
35 views

Handle Scroll events in WM5 CListView

In my WinModile 5 app I'm using CListView with report style to display a table of items. Since there can be significant amount of items(> 1000) it takes a lot of time to insert them all. But most of ...