I need help to issue an alert signal in the application I'm trying to develop. At first I thought I'd show a red flashing textblock on the screen. if someone else has a better option help me or help me in the way I thought.
I need help to issue an alert signal in the application I'm trying to develop. At first I thought I'd show a red flashing textblock on the screen. if someone else has a better option help me or help me in the way I thought.
It could be a Dialog
, Flyouts
, Toast Notification
or even as you proposed (although you have not seen this since the clipper / msdos era). It depends on what or what you are wanting to catch the user's attention.
According to Microsoft documentation
Use
Dialogs
andFlyouts
to notify users of information important information to request confirmation or additional information before an action can be completed.
The best way would be:
Source: link a>