i have used regasm from .NET interop tools to provide the System.Windows.Forms.dll classes as COM objects but there are a couple of classes missing, for example the class OpenFileDialog, although regasm registered it successfully.
Does anyone know why only a few classes are registered. -> I want to use the OpenFileDialog class as COM object.
My Windows version is Windows 7 Pro 32bit with -Net Framework 4.0 Thanks!