Feeds:
இடுகைகள்
மறுமொழிகள்

‘Dot Net’ பகுப்புக்கான தொகுப்பு

Changing the Background colour of an MDI Form in C#.Net

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 [...]

முழு பதிவையும் வாசிக்க »