摘要:
先调用getwindowrect获得控件相对屏幕的位置, 再调用screetoclient获得相对窗体的位置。 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->void CFriendDlg::DrawPosImage( CBitmap *pBitmap, CDC *pDC, CPoint pt ) { CDC MemDC; MemDC... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> HBITMAP bmpHandle = (HBITMAP)LoadImage(NULL, strPath, IMAGE_BITMAP, 0... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //动态加载位图到imagelist HIMAGELIST hList = ImageList_Create(32,32, ILC_COLOR24 |ILC_MASK , 0, ... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//获取文件夹内的文件数目并存储在CStringArray中 CStringArray arr; CFileFind finder; BOOL bWorking = fi... 阅读全文
摘要:
对于排序算法的效率一直不太清楚,今天自己动手试了一试,才发现对于大量数据的排序时,各个算法效率的差异实在惊人! 代码如下: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/********************************... 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include using namespace std; template class LinearList{ public: LinearList();... 阅读全文
摘要:
沉重的话题: 一个97级的名校高才生,毕业后进入微软工作,上月死了,只不过25岁的黄金年龄,珍视自己的生命吧,大家。对自己好一点。 对了,又听到一个悲伤的消息。广告界的好青年,又挂了一人了。此人是联旭的,是业务还是设计我也搞不清楚,。前几天在连续加班后的某晚, 回家睡觉后第二天就叫不醒,挂了。 奇怪的是,约二个月前,也是联旭的一位女生业务,也是这样,不过她是离职后第二天,还是第几天... 阅读全文
摘要:
1.managed module:A managed module is a standard 32-bit Microsoft Windows portable executable (PE32) file or a standard 64-bit Windows portable executable (PE32+) file that requires the CLR to execute.... 阅读全文
摘要:
GEM IN THE ROUGH Divs and Spans Chapter 1 introduced you to and , two generic HTML tags that you can bend to your CSS wishes. When there's no HTML ... 阅读全文