message box
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
the messagebox function accepts only text values.how can i show int or long values
-
the messagebox function accepts only text values.how can i show int or long values
use
CString::Format
or any other string formatter to create the string to display in the messagebox. .
Maximilien Lincourt Your Head A Splode - Strong Bad