I am trying to make a notification window like Outlook uses when you receive a new email. I have a modeless form for the notification window with two Label controls on it to di
Just use a timer and fade the form in through its Opacity property. Should work great for you.
Opacity