How to load COM object in smart device project?
- by Daan
I want to create a .NET CF application for Windows Mobile 5. In this application, I want to load a COM object based on the ProgID (or CLSID).
How do I load this COM object in such a way that I can access its methods as if it were just another .NET object?
In addition: how can I configure the projects / solutions in Visual Studio in such a way,…