To create an instance with ProgId I use,
mww = win32com.client.dynamic.Dispatch('MWW.MWWizard')
But,
mww. does not expose any of the COM API.
Is there a way to access all the publicly available members without refereing to the documentation?
But knowing the API before hand and using it say for example mww.OpenProject("") indeed creates an instance of the application and opens a project.
I use VS2017 as dev environment.