I want to repaint/invalidate/refresh my form so that it updates seamlessly when it's not focused. How can I achieve this? Right now it will only update itself when I give it focus or move my mouse over it etc.
Edit: I tried using a timer that would call this.Invalidate(); every 25millisecond