×

Keep pop-up window on top

Last updated: July 19, 2022

A pop-up window can go to the background when opening an external tool. We noticed this with Microsoft Word. This behavior can be altered. Within the <NewForm> tags, used to open the new pop-up screen, you can specify a FormBorderStyle. The default here is ‘SizableToolWindow’. If you want to make sure that the window stays on top when opening another tool, set this to ‘Sizable’.

There can be multiple < FormBorderStyle > tags. The first one found will be used.

Code examplte for pop-up window solution