I'd like to create a windows forms control which shows an MFC control such as CIPAddressCtrl
, with a working Text property and TextChanged event. How do I display an MFC control in a windows forms application? I'm happy to use C++/CLI if necessary.
NOTE: I'm not asking how to create a brand new windows forms control; I want to host a legacy control in a windows forms app.