摘要:
1、使用FileStream读写文件文件头:using System; using System.Collections.Generic; using System.Text; using System.IO; 读文件核心代码: byte[] byData = new byte[100]; char... 阅读全文
摘要:
Double Buffering Windows FormsAs much as we would like it not to be the case, graphics can be slow enough to watch as the screen is refreshed. Our eye... 阅读全文
摘要:
原文:How to embed a True Type fonthttp://bobpowell.net/embedfonts.aspx测试项目下载:http://files.cnblogs.com/anduinlothar/%E5%AD%97%E4%BD%93%E6%89%93%E5%8C%85%... 阅读全文