|
-
Apr 4th, 2001, 08:31 PM
#1
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|