摘要:
查找 Lookup 窗体是一个容器,也可以把TextBox,Button也看成是一个容器,可以往容器里面添加按钮。 参考下面的实现代码,给TextBox增加查找按钮。 var btn = new Button(); btn.Size = new Size(25, txtOutputPath.ClientSize.Height + 2); btn.Location = new Point(t... 阅读全文
posted @ 2015-08-25 08:46
信息化建设
阅读(1391)
评论(0)
推荐(0)