Hi guys,
i need your help
I want to return a string to VB6 from C++
Code:
SendMessage(VB6, iMsg, 0, (LPARAM)stxt);
stxt is define as

Code:
char tmp[255];
However, on VB i monitor the message lparam and i just receive the long lpram datatype.