简体   繁体   中英

Using a C# WinForms control in a C++/CLI (WinForms) application

How do I use a WinForms control written in C#, in a WinForms C++/CLI application ? If at all possible.

Have you added a reference to the C# project or dll? Then you might have to add the control to the Toolbox

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM