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.
実行時に編集コントロールに文字列を追加します。さまざまな方法と戦略を試しましたが、挿入されないか、挿入されても編集コントロールに表示されません!!! これの作り方!解決策を教えてください。前もって感謝します!!
Windows API を使用しますSetWindowText。
SetWindowText
コントロールを使用している場合:
edit.SetWindowText( _T("Text" ) );