先設定好他們的tabindex,之後再帳號跟密碼的KEY_DOWN事件輸入下列代碼即可。 private void txt帳號_KeyDown(object sender, KeyEventArgs e) { if (e.Key ...
確定! 回上一頁