我正在制作文件浏览器,并且我希望WebBrowser控件(文件浏览器)具有不同的UI样式。是否可以使用WebBrowser Control制作类似Windows 10暗模式的文件浏览器? 或者,如果需要,我是否必须下载插件,如果知道的话,建议我。
从这里开始:(https://imgur.com/m5ssxg2) 为此:(https://imgur.com/AW2hIaq)
我尝试更改BackColor并导致错误。
webBrowser.Document.BackColor = Color.Gray; // error: Object reference not set to an instance of an object.
webBrowser.Document.ForeColor = Color.White; // error: Object reference not set to an instance of an object.