tags:

views:

306

answers:

1

i need to change the backcolor or background image of a mdi parent in my application. i tried changing the backcolor or specifying a background image, it won't work. i also tried looping the controls in the form to get the mdiclient and change its backcolor, also zero same result.

+1  A: 

Maybe this will help? http://support.microsoft.com/kb/319465

Dremation
i did that. it doesnt work
Jepe d Hepe
Are you setting up your MDI parent and children before or after the form's Load event occurs. When you debug, can you verify that a control of type MdiClient exists at all. More details about the behavior would be helpful.
jpierson