C#C
C#3y ago
4 replies
capetaanal

WinForm not rendering correctly?

I'm trying to show my winform at a specific part of my program, so this is the code I'm using:
            new Form1().Show();
but, when it does show, it doesn't render correctly:
image.png
Was this page helpful?