Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我用 MSXML 读取的 XML 文件显示Getxml()为 CString 我试图在 CListBox 中显示字符串,但我的 CListBox 将显示如下:
Getxml()
但我想要真正的换行符而不是这个方块!
但我阅读的 XML 使用 CR/LF 格式化得很好:
可能 CListBox 不是显示 XML 的正确方法吗? 还是我必须更换 CR/LF?
有一个 Web 浏览器控件,如果您需要良好的 XML 格式,您可以使用它。请参考这里
我认为最好使用多行CEdit或RichEdit。