Skip to content
B-Ingenious Best Digital Marketing, Software Development & Website Desiging Company in Vapi | Gujarat | India | UK | USA | Australia | UAE
  • Home
  • About Us
  • [ Home ]
  • [ About Us ]

Tag: MDI Fomr

Set MID Form Background Color in C-Sharp

  • Posted December 13, 2014
  • by Bhargav Patel
  • Leave a Comment on Set MID Form Background Color in C-Sharp

//Friends use this code snippets at the load event of the MDI form.

 

private void Dashboard_Load(object sender, EventArgs e)
{

MdiClient chld;

foreach (Control ctrl in this.Controls)
{

try
{

chld = (MdiClient)ctrl;

chld.BackColor = this.BackColor;

}

catch (InvalidCastException exe)
{
}

}

}

 

Recent Posts

  • Set MID Form Background Color in C-Sharp
  • Check Collation Name of Columns in Database
  • Get Months First and Last Date in SQl
  • Encryption and Decryption By Password in SQL
  • Encryption and Decryption in SQL
  • Home
  • About Us
Copyright © 2021 . All rights reserved.
  • [ Home ]
  • [ About Us ]