I recently inherited a .NET solution that wraps an application for Windows. I’ve been dealing with an issue for weeks and need some assistance.
When the application is run for the first time, a root certificate needs to be installed. However, the installation dialog appears behind the application. I do not have control over this dialog, which complicates the situation further.
Has anyone experienced a similar issue or has any ideas on how I could address this problem? Any suggestions or guidance would be greatly appreciated.
I tried setting Topmost = true for the application window, and while this solves the issue, I do not want the application to remain in this state as it prevents users from using Alt + Tab and other similar functions.
Thank you in advance!
Nahuel Rasero is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.