Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. char temp[100] = 'test;
  2. while (temp) {
  3.   fin >> temp;
  4.   SendMessageA(hList, LB_ADDSTRING, 0, (LPARAM) temp);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement