I'm trying to allow the user to create new objects of different types when they click buttons on the dashboard window using:
ShowNewObjectWindow() Public Function ShowNewObjectWindow( _ ByVal ParentWindow As Long, _ ByVal Mode As MFObjectWindowMode, _ ByVal ObjectCreationInfo As ObjectCreationInfo _ ) As ObjectWindowResult
How would I provide the ParentWindow ID. Where would I find this information? The dashboard is launched from iShellFrame, but I'm not sure where I would find the window ID for that?