April 2002
Intermediate to advanced
416 pages
11h 50m
English
The last piece to program EasyDraw is the MRU (most recently used file) list. The MRU list shows the four most recently accessed files with the most recent on top. The list appears in the File menu above the Exit command, as shown in Figure 9.2. If you select one of the filenames from the list, the program automatically opens the corresponding file.

Program EasyDraw uses the code shown in Listing 9.5 to manage its MRU list. The program stores the four MRU filenames in the m_MruFileNames collection. This collection always holds exactly four filenames. If some ...
Read now
Unlock full access