Set the State of Check Boxes in a ListView Control
Hits: 291
Description: The Pocket PC\'s ListView control provides a user interface feature that\'s very useful but unfortunately not completely exposed through API calls. However, it is possible to add a check box to ListView items so that the user can easily select multiple items. The Pocket PC Software Development Kit (SDK) contains the function call to get the current check box state but unfortunately not to set its state. Here s how to add this functionality. What You...