|
Question : MDI form background colour
|
|
Hi, I have an MDI container form and I am unable to change its background colour. Is there a quick and easy way to change the background colour at all? Thanks.
|
|
Answer : MDI form background colour
|
|
Create a small image, say 10x10 pixels, that is the correct color. Then set that image as the MDI parent forms BackgroundImage.
The code above will change the background of the child windows, not the parent container.
|
|
|
|