.net - How to make Form Transperent in windows c#? -


How to make form transparents in Windows C? I have a GridView that can be seen.

Set the "Transparency Key" property and property of the "BackColor" form in the same color. You also need to make sure that no other control is the same color ... especially the images ...


Comments

Popular posts from this blog

lex - Building a lexical Analyzer in Java -

windows - Heroku throws SQLITE3 Read only exception -

python - rename keys in a dictionary -