摘要:
添加一个节点和4个子节点treeGXHelp.Nodes[0].Text = textBoxDropDownHelp.Text + "的主题"; treeGXHelp.Nodes[0].Nodes[0].Text = textBoxDropDownHelp.Text + "的检索内容"; treeGXHelp.Nodes[0].Node... 阅读全文
摘要:
textBoxDropDownHelp.TextBox.KeyDown += new KeyEventHandler(textBoxDropDownHelp_KeyDown); private void textBoxDropDownHelp_KeyDown(object sender, KeyEventArgs e) { if(e.KeyCode==K... 阅读全文
摘要:
this.FormBorderStyle = FormBorderStyle.None; this.Location=Screen.PrimaryScreen.WorkingArea.Location; this.Width = Screen.PrimaryScreen.WorkingArea.Width; this.Height = Screen.PrimaryScreen.WorkingAr... 阅读全文
摘要:
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... 阅读全文
摘要:
1、 2、在窗口上放一个控件 Control选择这个控件,即可,如果想让textBox下拉面板,需要使用textBoxDropDown,而不是textBoxX,DotNetBar的命名很奇怪。 阅读全文
摘要:
可以通过修改所有关于Watermark时的设置。 阅读全文
摘要:
int itemcount = 20; Random rd = new Random(); itemPanel1.Items.Clear(); for (int i = 0; i < itemcount; i++) {Button button = null; button = new Button 阅读全文