I'm using an irregularly shaped form (TransparencyKey, FormBorderStyle = None, etc...) and want to allow "normal" bordered mode.
I change the back colour to default from Lime I change FormBorderStyle to FixedSingle I change the TransparencyKey to Colour.None
Unfortuanately this looks a complete mess on screen with the image jumping a few pixels down and to the side and Lime green form.
I think this is caused by the form being redrawn after each line of code, is it possible to suspend drawing the form until I have made my changes and then just redraw the form once?
G
EDIT: Forgot to add, working in C#.
EDIT: I know comments aren't always the most visible of things so I'll post here in response to Overslacked. Could you explain in more detail what your code does please? I understand the concept of overriding, but what does function does this code prevent/perform?
