c# - Making A WinForm Change Background Color While Still Useable -


i need make winform of mine flash alert user, , want accomplish changing background color default red, , again every second 5 seconds. during 5 seconds, want able use form, makes me think should put flashing code in different thread, but, believe encounter problems because flashing code try modify form, created on different thread.

what best way accomplish goal of creating flashing winform?

thanks!

you need use system.windows.forms.timer.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -