Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Olecontrol parameters

Status
Not open for further replies.

and0b

MIS
Mar 27, 2007
51
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top