积极答复者
求 怎样打开二进制文件快

问题
答案
-
分页,只载入第一页的数据
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Mike FengModerator 2011年9月27日 11:11
全部回复
-
Hi,
100M的文件1秒打开,就目前的软硬件状况来看, 未必现实。
如果你以二进制方式读文件的话这个方法完全可以:http://msdn.microsoft.com/zh-cn/library/system.io.file.readallbytes(v=VS.100).aspx
麻烦看下。
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
分页,只载入第一页的数据
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Mike FengModerator 2011年9月27日 11:11
-
自己画
RichTextBox1对分页支持不是很好
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP