u mean open a dialogbox...
Create one with ressource editor, then call it with
DialogBox().
the dialog need to have a windows procedre, but it would
return false, rather than calling DefWindowProc().
1 question: try with printf family
GetFps(fps);
printf(str,"%d",fps);
PrintString(listBase, str);
don't forget to allocate memor for str.
2 question : if u mean String the class string then u can
use str.append(str2); or str += str2;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.