Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.net アプリで
LCDディスプレイのように見える4行@ 25文字のコントロールが必要です。実際には、入力は後で車のLCDに表示されます..
私はちょうどdatagridviewを使用することを考えています.各列は1文字だけを保持でき、文字が入力された後に次のセルにフォーカスを移します.
(より良い)アイデアはありますか?
ありがとうオスカー
画面に多次元配列を使用できます。
char[,] display = new char[4, 25];