I have tried the following, and even if I use
CString myString = (CString)(x);
it does not work. It just prints out one character and changes the character each time!
I can't understand it.
int x;
for (x=0;x<256;x++)
{
CString myString = x;
dc.TextOut( 600, 40, myString );
}
Thanks a lot for your help.:-Q
agurcan@hotmail.com