MasterDucky
November 4th, 2009, 02:13 PM
Is it possible to do something like this?
I would like to insert in a listbox on the same line with a string litteral + a char array.
char Lines[256];
SendMessage(hWin_1, LB_INSERTSTRING, -1, (LPARAM) ("You > " + Lines));
I would like to insert in a listbox on the same line with a string litteral + a char array.
char Lines[256];
SendMessage(hWin_1, LB_INSERTSTRING, -1, (LPARAM) ("You > " + Lines));