VC6.0中采用Manifest方式美化界面之后打开文档出现乱码问题?请问这个问题有什么好的办法解决没?
这是我在网上找到的解决方法(第一条是针对我出现的那个问题的):Points of Interest
Apart from being a useful utility, the code behind it illustrates the following points: Reading, Parsing and Writting to / From Text files using fstream 
Using some "advanced" CString functions like Find, ReverseFind, GetBufferSetLen, etc. 
Basic file operations like CopyFile, DeleteFile etc. 
Changing the colors used on a Dialog (on itself and it´s children)难道我真的需要修改我的打开和保存文档功能吗?我看了很多例子,同样也使用了manifest,但是他们的文档打开和保存都是正常的,也就是都是使用的多文档工程自带的功能。