04 2016 档案

摘要:假设查询地市,传参是一字符串,如'北京,上海,广州,深圳' 结果可拆分出: 阅读全文
posted @ 2016-04-28 18:07 山治先生 阅读(399) 评论(0) 推荐(0) 编辑
摘要:Point screenPoint = 控件.PointToScreen(new Point()); Rectangle rect = new Rectangle(screenPoint, chartCellLine.Size); Image img = new Bitmap(rect.Width, rect.Height); Graphics g = Graphics.FromImage(im... 阅读全文
posted @ 2016-04-14 14:27 山治先生 阅读(2692) 评论(0) 推荐(0) 编辑
摘要:comboBox和textBox支持内置的搜索提示功能, 在form的InitializeComponent()中添加如下语句: 默认是None,还有Append,和SuggestAppend属性,除了默认的None都可以实现搜索提示的功能 转自http://www.cnblogs.com/luom 阅读全文
posted @ 2016-04-12 10:56 山治先生 阅读(4283) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示