label - c# controls flash on startup -


i have standard desktop form picture background , various labels on it. when run project have following output result: form appear drawing background nicely 1/3 second labels white, color of label background white, it's set transparent.

i tried set visibility of form false or opacity 0% , after few seconds make visible, same result, nothing changed.

i tried use double buffered graphic problem not flickering nothing changed too.

any idea on how bypass this?

move heavy logic form load event handler form shown event handler. might want have labels visible property set false in designer , set them true on form shown event.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -