

Chike wrote:First of all I think you must use Long instead of integer. SendMessage integers' are 32 bit and basic integer is 16 bit (not completely sure, but be safer to use Long.)
Chike wrote:Second, you have the code you need just few posts before yours, look at MessageCrossProcess.
Chike wrote:For your own process you can use VarPtr that to get the structure address, or declare another variant of send message to take lParam as Ref.
Chike wrote:However sending those messages to paltalk involves more than that. You need to allocate the structure in paltalk address space, and this code does it.
Chike wrote:As for how to declare the LVITEM structure try to look at the attachment in this post.



autopilot wrote:Most of this thread is VB6 spacific. If you are using VB 2005, then try the attached module for learning how to interact with an external SysListView control.

Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests