You can get set rbg colors using code similar to the following:You can set hex colors using the following:These lines placed in the load of the form.
You cannot bold just one word in a label with just PowerShell.
Code:
$Form.BackColor = [System.Drawing.Color]::FromArgb([int],[int],[int])
Code:
$Form.BackColor = [System.Drawing.ColorTranslator]::FromHtml("#161616")
You cannot bold just one word in a label with just PowerShell.
Statistics: Posted by brittneyr — Wed Jun 26, 2024 7:53 am