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.
C# でデスクトップ アプリケーションを作成しています。コードで、新しい from をロードする必要がある場合。読み込みたいフォームのオブジェクトに [dot]ShowDialog() 関数を使用しました。新しいフォームがロードされて正常に動作している間、関数呼び出し (ボタンを押す) の完了後、コントロールは自動的に親フォームに戻りますが、子フォームにとどまる必要があります。誰でも私が間違っていることを提案できますか?