I have a standard desktop form with a picture as background and various labels on it. When i run the project I have the following output result: The form appear drawing the background nicely but for about 1/3 second my labels are white, as the color of label background is white, but it's set to transparent.
I tried to set the visibility of the form to false or the opacity to 0% and only after few seconds to make it visible, same result, nothing changed.
I tried also to use the double buffered graphic but my problem is not the flickering then nothing changed too.
Any idea on how to bypass this?