Visual Implementation Part One : The MRU list The MRU list is becoming a standard in programs such as Microsoft Word(tm) and Excel(tm). The MRU list allows a user to quickly pick a file from a list rather than having to dig through the file open dialogs. This Borland Pascal unit will allow programmers to add this property to their programs with little hassle. The list will manage itself as it was written using Object-Oriented methodology and based upon the Borland ObjectWindows Library. This ZIPFile contains the following: OMRULIST.TPW - The actual unit MRUTEST.PAS - Source code for a demo program using the Unit MRUTEST.EXE - The compiled version of the demo program MRU.RES - The Resource file needed to compile the program OMRULIST.INT - A listing of the Interface section of the unit that contains an explanation of each method and a description of each parameter. README.TXT - This file. The full source code is available as hard copy. Just send a Self Addressed Stamped Envelope along with a one dollar ( $1.00 ) fee to cover time and effort. Send it to: Bobby R. Wallen P.O. Box 30218 Mesa, AZ 85275-0218 ******* NOTICE ******** This code is (C)1993 Bobby R. Wallen