Hi,

Newbie queston: Is there any way to use TextOut() or DrawText() to display an int? I've read the FAQ and have noticed the int -> string casts, I need to convert/cast from int to CString, a...