Selecting Items
Task :
The two lists should now be combined so that the selected items are the same for both lists.
Instructions :
- Add hints to the MoveCurrentForward() and MoveCurrentBack() functions within the Document. A new function should then be added to the NameListView to highlight this new item in the list.
- A new function should be added to the NameListView so that when a new item is selected then the same item is selected (in red) in the original list. The name should be passed to the Doucment where a new function should highlight the required item.
Help :
The MSDN library again is the recommended source of help.
Click here for a worked example
Click here for the source code
Click here to return to menu