Hello,

I am learning to use MFC to code a small project to read and display csv files. I can't use CArchive to correctly read line by line of a text file as pointed out in this post: http://connect.microsoft.com/VisualS...s-chinese-text . So I decided to use CStdioFile as described here http://forums.codeguru.com/showthrea...e-line-by-line . So this means that I can't use Serialize() function of the document class and I need to handle ID_FILE_OPEN message other than CWinApp::OnFileOpen. So where shall I handle ID_FILE_OPEN message now and how can I still comply with the Document/View Architecture?

Thanks,
Brian