Hi guys,
i need your help
I want to return a string to VB6 from C++stxt is define asCode:SendMessage(VB6, iMsg, 0, (LPARAM)stxt);
However, on VB i monitor the message lparam and i just receive the long lpram datatype.Code:char tmp[255];
Printable View
Hi guys,
i need your help
I want to return a string to VB6 from C++stxt is define asCode:SendMessage(VB6, iMsg, 0, (LPARAM)stxt);
However, on VB i monitor the message lparam and i just receive the long lpram datatype.Code:char tmp[255];
So what message are you sending with SendMessage? Have you tried searching the forum for iMsg (type of message your sending) and SendMessage API?