Click here to Skip to main content
15,884,298 members
Articles / Programming Languages / C#

Make a WindowsForm fade in on form load and fade out on form close

12 Apr 2011CPOL 10.7K   6   9
using System;using System.Collections.Generic;using System.ComponentModel;using System.Text;using System.Windows.Forms;namespace FrmFadeApp{ public partial class FrmSplashScreen : Form { public frmSplashScreen() { InitializeComponent(); ...
We're sorry, but the article you are trying to view was deleted at 10 Apr 2017.

Please go to the C# Table of Contents to view the list of available articles in this section.