M
Mhaxx
Is it possible to send a message from eVC++ (DLL) to VB.NET?
This code doesn't work:
HLOCAL abc = LocalAlloc(LPTR, 12345);
result = SendMessage(m_hWnd, WM_COPYDATA, 0, (LPARAM) abc);
LocalFree(abc);
Mhaxx
This code doesn't work:
HLOCAL abc = LocalAlloc(LPTR, 12345);
result = SendMessage(m_hWnd, WM_COPYDATA, 0, (LPARAM) abc);
LocalFree(abc);
Mhaxx