FireFox

我的地盘—我做主

 

随笔分类 -  .Net

C#中一个类似inputBox的输入框(转)
摘要:小玩意,很实用(自己太懒) InputBox class The InputBox class is a public class with a private constructor. You use it by calling the static Show method. This method instantiates a new instance of the class, sets... 阅读全文

posted @ 2006-05-30 14:21 FireFox 阅读(2187) 评论(0) 推荐(0)

随笔
摘要:读取XML中的数据对串口配置,小玩意 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// fSerialPort :fSerialPort的构造函数 /// public class fSerialPort :Seria... 阅读全文

posted @ 2006-04-25 15:32 FireFox 阅读(174) 评论(0) 推荐(0)

对于ListView进行拖拽时使用的事件
摘要:Trv.AllowDrop = true; Trv.ItemDrag += new ItemDragEventHandler(Trv_ItemDrag);// Trv.DragEnter +=new DragEventHandler(Trv_DragEnter);// Trv.DragLeave +=new ... 阅读全文

posted @ 2006-04-17 10:06 FireFox 阅读(657) 评论(0) 推荐(0)

取整
摘要:Double d;int i;d=3.87;i=(int)d;取整 阅读全文

posted @ 2006-04-14 15:15 FireFox 阅读(186) 评论(0) 推荐(0)

我的串口入门
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->* * Author: Marcus Lorentzon, 2001 * d98malor@dtek.chalmers.se * * Freeware: Please do not re... 阅读全文

posted @ 2006-04-14 15:11 FireFox 阅读(489) 评论(0) 推荐(0)

导航