Tag: Visual Studio
A Generic Type TypeConverter – Property Editor to pick a type
To push the property grid to show a dropdown for a property, usually the best way is creating a TypeConverter for the prioperty. It basically Provides a unified way of converting types of values to other types, as…
Read More »Use COM type libraries in .NET CORE Windows Forms Project
In this post I’ll show how you can use COM type libraries in a .NET Core Windows Forms project. Sometimes you need to add a reference to a COM type library, for example, let’s say you want to…
Read More »