tags:

views:

166

answers:

1

I tried

MdiClientObject.BackColor = Color.Transparent;

but got this error message "Control does not support transparent background colors."? Does anyone know how to make the background transparent?

A: 

You can't have layered child windows.

jeffamaphone