Hexadecimal Color ValuesColors in ScriptDialogs dialog boxes can be set using color names or hexadecimal values. Hexadecimal values should use the format #RRGGBB, where RR is the red component of the color, GG is the green component of the color, and BB is the blue component of the color. Red, green, and blue components can be any hexadecimal value from 00 to FF. Examples
Sub main
Set Dialog = CreateObject("TPFSoftware.ScriptDialog")
|