buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
815 stars 121 forks source link

Is it possible to host a Winforms control in a Dlang UI? #590

Closed DarkRiDDeR closed 5 years ago

DarkRiDDeR commented 5 years ago

The thing is that I'd like to use some 3rd-party controls which are only offered as Winforms controls. Is there a way to host a winforms control in a Dlang UI window like how we can host Wpf controls in Winforms applications (and vice-versa)?

harryisgamer commented 5 years ago

Probably not, considering winforms is a .NET language (C# / VB.NET, etc...). I don't think D can use .NET libraries.