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.
同じファイルを表示する可能性のある複数のタブがあるダイアログウィンドウで、CRichEditCtrlコントロールを使用する必要があります。
それらの編集を同期するにはどうすればよいですか?
複数タブのサポートのためにCPropertySheetとを使用している場合は、とをオーバーライドできます。に現在のテキストを設定し、アクティブになる他のタブに同じテキストを設定します ( )。CPropertyPageCPropertyPage::OnSetActiveCPropertyPage::OnKillActiveOnKillActiveOnSetActive
CPropertySheet
CPropertyPage
CPropertyPage::OnSetActive
CPropertyPage::OnKillActive
OnKillActive
OnSetActive