dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.28k stars 954 forks source link

Add Test Coverage For MFC ActiveX Controls #8302

Open lonitra opened 1 year ago

lonitra commented 1 year ago

Related: #8294

This is another area we are lacking as we do not have any MFC ActiveX test coverage. Any help here is appreciated!

As a first step an MFC ActiveX control will need to be created, registered, and follow a pattern similar to #8253 to get it into the winforms solution. The gaps for test coverage can then be expanded from there :)

ghost commented 1 year ago

This issue is now marked as "help wanted", and we’re looking for a community volunteer to work on this issue. If we receive no interest in 180 days, we will close the issue. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

weltkante commented 5 months ago

duplicate of #8294 ? either way I'll probably contribute some as part of #10583 to get COM source generator based ActiveX bindings working

ricardobossan commented 2 months ago

I'll be stepping away from this issue for now. If there are any future developments or if the need arises to revisit it, please feel free to do so.