How do you set an edit control to display an integer? I have Number selected in the control properties, so there is no problem with the control accepting only numbers. However, I want to set a 'default' when the edit control is displayed. SetWindowText won't work because the variable I want to use is an integer. If I type cast it to a char*, nothing happens. Also, nothing happens if I use SetDlgItemInt. Any suggestions? Thank you.