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.
ユーザーがボタンをクリックすると、詳細を尋ねる入力ボックスがポップアップするはずです。入力ボックスが最小化されているかフォーカスされていないことを除いて、これはすべて機能します。
var = InputBox("enter something") ListBox1.Items.Add(var)
答えを探しましたが、何も見つかりませんでした...では、入力ボックスをフォーカスして表示する方法についてのアイデアはありますか?