I have a Form on which TransparencyKey = Color.Black
is applied.
Form contains a TextBox and it's text ForeColor is Red.
When Form transparency is active, i.e. when TransparencyKey = Color.Black
text looks somehow distorted it looks like some black background elements were not removed with TransparencyKey
, when form is placed on any bright (white) background.
When form is presented on dark background, everything looks ok.
I have posted a screen of my form to show you this behaviour (inserting image does not work for me right now I dunno why):
How to fix this so that text will be smooth as it should be independent on the background colour?