Why setting a Form background (in the structure, before form loading), flickers when it is shown?
BackgroundImage = Properties.Resources.ProgramLaunchIntroScreen1200x800;
BackgroundImageLayout = ImageLayout.Stretch;
When the application starts, first, at a very short time, the Form is seen without any background image then it is drawn on the screen! (I use the double buffer but still unsolved)