SendMessage and DvbDream
Posted: Sun Feb 10, 2008 7:37 am
Hello,
i am trying to send a message from an c# application to DD using the API function "SendMessage".
Example:
SendMessage(ipDD, 0x0400 + 323, 0, 0x00000002);
1. param = HWND of DD´s mainwindow (C# IntPtr)
2. param = message type "WM_REMOTE_DEVICE_MSG"
3. param = wParam zero
4. param = lParam key code
This doesn´t work. Any ideas how to get this working??
Thanks
Isch
i am trying to send a message from an c# application to DD using the API function "SendMessage".
Example:
SendMessage(ipDD, 0x0400 + 323, 0, 0x00000002);
1. param = HWND of DD´s mainwindow (C# IntPtr)
2. param = message type "WM_REMOTE_DEVICE_MSG"
3. param = wParam zero
4. param = lParam key code
This doesn´t work. Any ideas how to get this working??
Thanks
Isch