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

2009年2月25日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->static char BASED_CODE szFilter[]="文本文件(*.txt)|*.txt|ALL Files(*.*)|*.*||"; CFileDialog dl... 阅读全文

posted @ 2009-02-25 15:54 Tom Wu 阅读(786) 评论(0) 推荐(0)

摘要: int ty=5; CRect m_rect; GetWindowRect(&m_rect); int recordy=m_rect.left; int recordx=m_rect.top; for(int i=0;i<3;i++) { m_rect.left=recordy; m_rect.top=recordx; m_rect.top = m_... 阅读全文

posted @ 2009-02-25 15:07 Tom Wu 阅读(867) 评论(0) 推荐(0)