Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to receive SendMessage Api
Message
From
30/08/2016 06:26:43
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
How to receive SendMessage Api
Miscellaneous
Thread ID:
01640177
Message ID:
01640177
Views:
89
Hi All,

I have to use Sendmessage Winapi and receive message from opposite application. I found this code from internet:
Declare Long FindWindowA In Win32API String cNULL, String cWinName
DECLARE LONG SendMessage IN user32 AS WinAPI_SendMessage ; 
	LONG,; 
	LONG,; 
	LONG,; 
	STRING @
sTitle = "kl_ecrsunucu"
iHwnd = FindWindowA(0, sTitle)
#DEFINE WM_COPYDATA 	0x004A
*  _vfp.hWnd
xstr="qqq"
lnRetVal = WinAPI_SendMessage(ihWnd, WM_COPYDATA, this.HWnd , @xstr)
WAIT WINDOW lnretval 
opposite application look for kl_ecrclient caption at my form. What I should do for receive message after change my forms caption? How can I read message from opposite?
Next
Reply
Map
View

Click here to load this message in the networking platform