Hi Ben.I've faced this issue some months ago, and Googling it I got to something that said this was something to do with MDI parents... I have you understood this completely now, don't you?
So, I put this code in the form load:
'Me.Controls(Me.Controls.Count - 1).BackColor = Color.White
'Me.Controls(Me.Controls.Count - 1).BackgroundImage = Global.Offisys.ProFilmeNET.My.Resources.Resources.logo_profilme'Me.Controls(Me.Controls.Count - 1).BackgroundImageLayout = ImageLayout.Center'Me.BackgroundImage = Global.Offisys.ProFilmeNET.My.Resources.Resources.logo_profilme'Me.BackgroundImageLayout = ImageLayout.CenterYou might ask... why is your code commented? Because then I decided that the default state looked better... go figure...