Hi!
I need some help again.
I have small ocx in vb and I want to use it in vfp6.0. It is working in vb this way:
FK524ID1.SetIPAddress lpszIPAddress, CLng(txtPortNo.Text)
where lpszIPAddress = "192.168.1.201" and txtPortNo.Text="5005"
In VFP, when I dclick on "SetIpAddress" method in the Properties window, it is poping up new window with such text:
*** ActiveX Control Method ***
LPARAMETERS lpszipaddess, dwportnumber
How should I pass these two parameters to this olecontrol?
Thanks
Andrew
I need some help again.
I have small ocx in vb and I want to use it in vfp6.0. It is working in vb this way:
FK524ID1.SetIPAddress lpszIPAddress, CLng(txtPortNo.Text)
where lpszIPAddress = "192.168.1.201" and txtPortNo.Text="5005"
In VFP, when I dclick on "SetIpAddress" method in the Properties window, it is poping up new window with such text:
*** ActiveX Control Method ***
LPARAMETERS lpszipaddess, dwportnumber
How should I pass these two parameters to this olecontrol?
Thanks
Andrew