Question is pretty straight forward, I'm using SetDlgItemText to display text, but I want to change the text color from black to grey so it appears grey on the screen. I tried settextcolor, knowing that was a long shot and it didn't work.
EDIT: Here is the code I have that creates the box
SetDlgItemText(hDlg, IDC_EDIT2, password_string);