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.
1 つの質問ですが、下の画像のように、特定のリストボックス内の特定のインデックスにジャンプすることは可能ですか?
私はすでに次のコードを試しました
Listbox.ListIndex = index
しかし、それは私をエラーに駆り立てますあなたはListIndexプロパティを間違って使用しました
言及することが重要かもしれない私のリストの 1 つのプロパティ。
値のソースの種類: テーブル/クエリ
前もって感謝します。