I have a program that when I use a specific functionality, it makes a message box containing one "Ok" button to let me now the action went succesful. This is very annoying, I would like to prevent these message boxes.
I tought WinEvents might do that, but as I understand those are just notifications when the event occurs (for ex. EVENT_SYSTEM_DIALOGSTART).
What is even more annoying in this software, that the parent window pops up from minimized state, so I can't automate it while it's minimized on the tray...
Is there any way to prevent those messages boxes to pop up ?
I tought WinEvents might do that, but as I understand those are just notifications when the event occurs (for ex. EVENT_SYSTEM_DIALOGSTART).
What is even more annoying in this software, that the parent window pops up from minimized state, so I can't automate it while it's minimized on the tray...
Is there any way to prevent those messages boxes to pop up ?