Using Hints
Task :
The list control program should be modified to allow names to be added and removed as with the original list.
Instructions :
- Edit the Document so that when a name is added/deleted a hint and a pointer is sent using the UpdateAllViews() function.
- Using a switch statement within the OnUpdate() function in the NamesListView call add/delete functions.
- Create the new functions AddNameToListCtrl() and DeleteNameFromListCtrl().
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