fade in / out , fade in when your app starts and fade out when your app getting closed .
you just need to add these codes , fade in for form_load and fade out for form_closing.
Public Class Form1
Private Sub Form1_FormClosing(ByVal sender As Object,...