04 2013 档案

摘要:今天做一个自定义控件,扩展TableLayoutPanel这个控件加一些自己的属性,重写OnPaintBackground这个虚方法, 控件的继承关系是这样的:Control ScrollableControl Panel TableLayoutPanel 这个虚方法在Control类中被定义,在S... 阅读全文
posted @ 2013-04-18 22:58 BinSys 阅读(1825) 评论(2) 推荐(2)
摘要:C# 5.0 给我们带来了三个非常有用的编译器特性 CallerMemberName CallerFilePath CallerLineNumber 在C与C++中由下列字符帮助我们实现调试消息的文件行号 01.#define debug_msg printf("%s[%d]:",__FILE_... 阅读全文
posted @ 2013-04-11 23:48 BinSys 阅读(2155) 评论(0) 推荐(3)