Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Vista 及更高版本中,默认情况下 WinForm 淡入:当我显示它时,它不是“Bamm,这里是”,但默认情况下它有一个温和的淡入。如何避免/关闭每个窗口的淡入效果?
您是否尝试Opacity=1在构造函数中设置?这只是一个想法,我没有尝试过
Opacity=1