Hello All,
how do i put the data of an int to an edit control. i know that when i use

char *data = "Hello";

i can use

SetWindowText(editbox1, data);

but i'm having trouble putting the data of an int to the edit control. it gives me an error, cannot convert int to const char.

i have no idea how to do this, and i have looked around and gone through the help files or my borland compiler, and cannot figure this out. i'm pretty sure this is easy. but i don't know how. please help. thanx for your time.

AAG.