Leemi
Mon Aug 14 08:57:52 CDT 2006
Hi Jeff:
Thanks for the follow up and the tips on your solution. I am glad you found
something that works.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/
*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Thanks Lee,
>Actually I already had that and it was playing with that which led me to
my
>question.
>It appears that the answer is that I need to use UDP protocal and not TCP
>protocol. UDP does not have clients or servers and connections are not
>required.
>It is a simpler (judging by the QuickBasic code) protocol to write for but
>it will make debugging my application more difficult as it will require
two
>separate machine with two distinct name or IP address in order to test.
>Thanks again,
>Jeff
"Lee Mitchell" <Leemi@online.microsoft.com> wrote in message
news:TTnQx5WvGHA.3920@TK2MSFTNGXA01.phx.gbl...
> Hi Jeff:
>
> I am not sure if this example is what you are looking for, but we have
> this
> article:
> For using Winsock:
>
> 315124 How to use the Winsock ActiveX control with Visual FoxPro
>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;315124
>
> I hope this helps.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> Sincerely,
> Microsoft FoxPro Technical Support
> Lee Mitchell
>
> *-- VFP9 HAS ARRIVED!! --*
> Read about all the new features of VFP9 here:
>
http://msdn.microsoft.com/vfoxpro/
>
> *--Purchase VFP 9.0 here:
>
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
> 69-4500-8bf2-3f06689f4ab3&type=ovr
>
> Keep an eye on the product lifecycle for Visual FoxPro here:
>
http://support.microsoft.com/gp/lifeselectindex
> - VFP5 Mainstream Support retired June 30th, 2003
> - VFP6 Mainstream Support retired Sept. 30th, 2003
>
>
>>Thanks in advance for the help.
>
>>I'm trying to build messaging into my app using the Winsock control and
>>there is something that I don't quite understand.
>
>>I need each instance of the app to act as both a client and a server so
> that
>>it can receive messages from anywhere and so that it can send messages to
>>anywhere. Do I need two controls? Do I listen and send on different ports?
>
>>Has anyone ever built this type of app using this control?
>
>>Thanks,
>>Jeff
>