|
-
Mar 7th, 2001, 12:59 AM
#1
Thread Starter
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|