This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ShowNewObjectWindow - UIX

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



H
ow 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?