I am writing a PDM add-in to catch when files finish going through a certain transition. Upon completion of the actions I am bringing up a message box to notify the user of completion.
The issue I am having is the transition progress window is still showing when the msgbox opens causing the msgbox to be behind the transition progress window, barely visible. Here is the line of code I use to send the message box…
iVault.MsgBox(poCmd.mlParentWnd, message , EdmMBoxType.EdmMbt_OKOnly, Caption)
The API help file https://help.solidworks.com/2021/Englis … Redirect=1 is completely blank. Does anyone have any tricks for getting the msgbox to show in the foreground so it isn’t hidden?