【发布时间】:2010-12-03 11:18:14
【问题描述】:
每当我加载带有文本框的 windows 窗体时,我都会等待光标在第一个文本框中闪烁,但是当我点击该文本框时我等待闪烁。
这是文本框代码的样子:
this.textBox1.Location = new System.Drawing.Point(166, 51);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(122, 20);
this.textBox1.TabIndex = 3;
谁能告诉我我是怎么做到的?
【问题讨论】: