I have application with C# and want to get notification when the Windows Security Dialog is open in Windows, I handle it by polling and get all windows dialog and check by caption, but it's not proper way and caption could be different (like in diff language).
So is there any way, my app get notified when the dialog is appeared?