且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何把重点放在文本框,当窗体加载?

更新时间:2023-02-13 14:31:10

设置窗体的 ACTIVECONTROL 财产,你应该罚款。

Set theActiveControl property of the form and you should be fine.

this.ActiveControl = yourtextboxname;