SendDigItemMessage function.
Hello I was having problems with the SendDigItemMessage function. This is what I have and it doesn't seem to be working.
1 2 3
|
if(LOWORD(wParam) == 5){
SendDlgItemMessage(hwnd, WM_SETTEXT, wParam, 2, (LPARAM)"HELLO");
}
| |
Is there something that i'm doing wrong??
Thanks
Topic archived. No new replies allowed.