Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API Call - SENDMESSAGE()
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00228861
Message ID:
00229017
Views:
28
Okay, here's the answer we came up with


** Return window handle of VB app
lnhwnd = is_run([Form1])

lclstring = "Did you get this message"


sendmsg = RegFN('SendMessage', 'III@C', 'I')

retval = CallFN(sendmsg, lnhwnd, 12, 0, @lclstring)

We took this farther,

The VB guys are writing the window handle of a textbox to an ini file, I'm opening the ini file and pulling that value out. I place that value in the lnhwnd variable and we can write directly to the textbox value.

Thanx for your help.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform