I'm trying to put a float into an edit control, but I can't seem to use SetDlgItemInt because it applies only to integers, and I don't know how to convert a floating point number to a char*.

Any suggestions?