hi all~

i'm newbie to C++ string type and get confused when trying to convert an int into string, i just want my cute messagebox to popup mouse positions, here is my code:
Code:
MessageBox(NULL, m.lX, "Hey", MB_OK);
as u guess m.lX is of type of int, any help ?