zip's

while(true) { Write it down; Think about it; Refine it; Sleep(); }

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

05 2010 档案

摘要:PostMessage 有资源限制There is a limit of 10,000 posted messages per message queue. This limit should be sufficiently large. If your application exceeds the limit, it should be redesigned to avoid consumin... 阅读全文
posted @ 2010-05-26 15:34 zip's 阅读(223) 评论(0) 推荐(0)

摘要:一位朋友遇到的问题和解决方法:问题:我现在在为产品系列支持显示实时数据库的记录的长名,这个长名最长256个字符,在所有的产品的ListView中,当鼠标滑过一个ListItem时,都需要一个多行文本的的ToolTip来显示这个长名但是对于我们有些产品是很古老的VB程序,VB中的ListView如何显示多行文本的ToolTip?如果是MFC程序中的CListCtrl,我可以自从CToolTipCtr... 阅读全文
posted @ 2010-05-25 11:24 zip's 阅读(1243) 评论(0) 推荐(0)

摘要:在 .Net 中引用 COM 只需要 Add Referenc… ,选择相应的 COM 类库(比如 A), 这样 .net 会自动帮你生成一个 Interop.A.dll, 同声生成一个 namespace  A, 直接使用 A 中的类和接口就可以了 阅读全文
posted @ 2010-05-14 16:00 zip's 阅读(205) 评论(0) 推荐(1)