Dear Seeker,
The original post is from this site. It is given in C++ and I’ve written the same for C#.Net.
http://support.microsoft.com/kb/816184/en-us?spid=1249&sid=122
Source Code to change the background colour of an MDI Form:
Copy and paste this code in MDI Form’s Load Event:
———————————–
private void frmMDI_Load(object sender, EventArgs e)
{
MdiClient ctlMDI;
// Loop through all the controls of the form controls looking [...]
‘Dot Net’ பகுப்புக்கான தொகுப்பு
Changing the Background colour of an MDI Form in C#.Net
Posted in Dot Net, குறிச்சொல் இடப்பட்டது background colour, C#, MDI on மே 28, 2008 | Leave a Comment »