Hi Guys,
I want to set background image for the MDI form at the runtime (form load)
i tried this,
this.BackgroundImage = Image.FromFile(Application.StartupPath + "\\Images\\OTS_mockup_slice.jpeg");
but its not working.... any idea
Thanks in advance.