Hi again,
how to send a string value as a lParam paramiter of PostMessage
I m trying this, but i m getting error during it running...

Dim mStr as String
mStr = "Hello"
PostMessage hwnd, PRIVATE_MSG, 0, AddressOf mStr

and i also try without AddressOf operator but still i m getting error.. please tell me how to convert String to Long for passing it and how to retrive it on WndProc function? I think i have to use MoveMemory for converting back Long value to String value.. but please help me regarding this as soon as possible...

Thank you,
Prashant