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 つのテキスト (複数行または単一行) のみが含まれます。
日付/時刻文字列のリストが必要な場合は、CListBox を使用します。これには、並べ替えメンバー関数があります。それ以外の場合は、編集ボックスから完全な文字列を取得し、それを行の配列にロードしてから並べ替え、並べ替えた結果を元に戻す必要があります。