Hi,
i have an error in mdi background image coding?.please do the needful.I am pointing the error part.please find it.
Error:Value of 'null' is not valid for 'stream'.
public WelcomePage()
{
InitializeComponent();
foreach (Control c in this.Controls)
{
if (c is MdiClient)
{
c.BackgroundImage = Image.FromStream(this.GetType().Assembly.
GetManifestResourceStream ("1320220637_background.png"));
}
}
}
Best,
Sudheep.