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.
親フォームのみをロックする子フォームを開きたいです。ダイアログが閉じるまで、開いているすべてのフォームをロックするため、ShowDialog() を使用できません。
メイン フォーム - ユーザー フォーム - サービス フォーム
ユーザー フォームに新しいユーザーを追加として新しい子フォームを開くと、ユーザー フォームのみをロックしたいのですが、メイン フォームでサービス フォームまたはその他のフォームを開くこともできます。
助言がありますか?