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.
オブジェクトから画面上のテキスト ボックスに変数をバインドする Visual C++ フォームへの方法はありますか? C#WPF「データソース」で行われたような?
はい、それは可能であり、ここにいくつかのサンプルがあります
はい、C++/CLI は、C++ for .NET を作成できるようにする C++の拡張機能です。
ここで入門的な説明を見つけることができます。これで作業を開始でき、他の .NET 言語と同じようにバインドできるはずです。例はこちら。