I am working on extending an NSIS installer and I want to use .NET
windows forms controls within it, can I create a .NET control on the
NSIS parent form with just the HWND of the parent form?

For example, I want to create a .NET listview on a form in NSIS, is
this possible?

I am pretty ignorant as to the capabilities of the Windows API for
things like this and would appreciate any comments or help you could
offer.

Thanks!