随笔分类 -  Misc

杂项
摘要:GDI+ Custom Controls withVisual C# 2005GDI支持的三种绘图界面:• The Screen. The ability to draw on the screen is arguably the most important featurewhen it comes to building custom controls' user interfaces. GDI+ makes it possible(and easy!) to draw complex shapes, text, and images on screen with great fl 阅读全文
posted @ 2012-03-19 00:33 yuzusk 阅读(614) 评论(0) 推荐(0)
摘要:一本讲述提高生产力工具的小书,厚度倒满厚的。之前也有一本介绍VS 1000个Tips的书(?)扫了一下,正文竟然和附录是对半开的长度,可见还是满翔实的。前几章是一些小技巧和基本操作,后面介绍了几款实用的扩展(其实实用不实用还是看个人情况而言的)。以下是一些觉得好玩的技巧,也不算奇淫巧计1.VS带参数启动,记录日志devenv.exe /log [filename]The [filename] is optional and, if not specified, the ActivityLog.xml file is called by default.The path is to the lo 阅读全文
posted @ 2011-09-16 00:41 yuzusk 阅读(352) 评论(0) 推荐(2)