FileLook is yet another Windows 3.1 text file viewer application. Its main features are: - it will handle text files of almost any size. - it supports drag 'n drop from File Manager. - it's free, with source code for Visual C++ 1.0. FileLook is just a simple MFC application that I threw together in a couple of hours, mainly to read those pesky "README.TXT" files that are too big for Windows' NotePad. Though it is primarily meant for text files, it will also cope reasonably well with almost any type of files. However, there is no special handling for non-text files, so what appears in FileLook may not be entirely sensible. Feel free to do as you please with the source code as I am not claiming any sort of copyright on it. In any case, most of it was either generated by AppWizard or cut and pasted from the MFC sample programs. Enjoy. Ting. 18 Dec 1993 PS: The source code is for Visual C++ 1.0 only. So if you don't have VC++, I'm afraid the source code is pretty useless. In that case, if you have any suggestions for FileLook, please drop me a line or two at: Compuserve: 100023,3363 or Internet: cm1826@ccub.wlv.ac.uk Disclaimer: There is absolutely no warranty on the program or source code, implied or otherwise. I don't promise that the program will anything to enhance your health, wealth or credibility. In fact, it might just very well do the opposite. So there.