I have a C# front-end GUI with an MDI setup. When the user initially logs on, the menu screen, which is essentially the parent, appears. The problem I'm having is to change the background color on the parent. Everything I'm finding/reading is saying it's set to the system color and cannot be changed.
Can anybody set me on the right track on this? Is it possible to in fact change the back ground color on the parent form without using an image?
If so, how to do it would be appreciated.
Thanks in advance!
Can anybody set me on the right track on this? Is it possible to in fact change the back ground color on the parent form without using an image?
If so, how to do it would be appreciated.
Thanks in advance!