摘要: 添加一个节点和4个子节点treeGXHelp.Nodes[0].Text = textBoxDropDownHelp.Text + "的主题"; treeGXHelp.Nodes[0].Nodes[0].Text = textBoxDropDownHelp.Text + "的检索内容"; treeGXHelp.Nodes[0].Node... 阅读全文
posted @ 2018-01-30 18:22 zhaogaojian 阅读(449) 评论(0) 推荐(0) 编辑
摘要: textBoxDropDownHelp.TextBox.KeyDown += new KeyEventHandler(textBoxDropDownHelp_KeyDown); private void textBoxDropDownHelp_KeyDown(object sender, KeyEventArgs e) { if(e.KeyCode==K... 阅读全文
posted @ 2018-01-30 18:02 zhaogaojian 阅读(836) 评论(0) 推荐(0) 编辑
摘要: this.FormBorderStyle = FormBorderStyle.None; this.Location=Screen.PrimaryScreen.WorkingArea.Location; this.Width = Screen.PrimaryScreen.WorkingArea.Width; this.Height = Screen.PrimaryScreen.WorkingAr... 阅读全文
posted @ 2018-01-30 18:00 zhaogaojian 阅读(3214) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using System.Text; using... 阅读全文
posted @ 2018-01-30 16:54 zhaogaojian 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 1、 2、在窗口上放一个控件 Control选择这个控件,即可,如果想让textBox下拉面板,需要使用textBoxDropDown,而不是textBoxX,DotNetBar的命名很奇怪。 阅读全文
posted @ 2018-01-30 16:52 zhaogaojian 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 可以通过修改所有关于Watermark时的设置。 阅读全文
posted @ 2018-01-30 16:49 zhaogaojian 阅读(201) 评论(0) 推荐(0) 编辑
摘要: int itemcount = 20; Random rd = new Random(); itemPanel1.Items.Clear(); for (int i = 0; i < itemcount; i++) {Button button = null; button = new Button 阅读全文
posted @ 2018-01-30 10:13 zhaogaojian 阅读(787) 评论(0) 推荐(0) 编辑