- Jan
- 723
- 16
Hi
There seems a problem with the hexcolor for parameter /B and /F for the MSGBOX command. Somehow, it's "vice-versa", an example:
This should make a red background:
Unfortunately, it generates a blue background. If works only, if I move the value for red to the end (value for blue) - like this:
which is not correct for RED,GREEN,BLUE format ...
PS; System: Windows 10 [Version 10.0.18363.752] x64 (Swiss German Windows, if this is important ...)
There seems a problem with the hexcolor for parameter /B and /F for the MSGBOX command. Somehow, it's "vice-versa", an example:
This should make a red background:
Code:
msgbox /bFF0000 OK test
Unfortunately, it generates a blue background. If works only, if I move the value for red to the end (value for blue) - like this:
Code:
msgbox /b0000FF OK test
which is not correct for RED,GREEN,BLUE format ...
PS; System: Windows 10 [Version 10.0.18363.752] x64 (Swiss German Windows, if this is important ...)