How to use vbs to realize the Color palette of display system
This article is about how to use vbs to implement the color palette of the display system. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The code is as follows:
Set ie = createobject ("internetexplorer.application") ie.navigate "about:blank" do until ie.readystate = 4: wscript.sleep 25: loop set doc = ie.document set body = doc.body set win = doc.parentwindow body.innerhtml = "" body.innertext = doc.getElementById ("dlg"). Choosecolordlg win.clipboarddata.setdata "text", body.innertext ie.quit thanks for reading! On "how to use vbs to achieve the display system color palette" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, you can share it out for more people to see it!