c# - Disabling transparency in Winforms -


i working on application themeable, impossible me pick color guaranteed not exist. unfortunately, can't find option disable transparency key on form. if set transparency key transparent, have issue shown below:

enter image description here

would form.allowtransparency job?


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -