Hi,

I have programed a PPC client app serial commucate with Desktop server app
use Winsock control in eVB just like Chat App. But Now I want to transform
my ppc client and desktop server app's code to VB.Net. In VB.Net's IDE I
didn't found Winsock controls. How can I to develop a serial commucation ppc
app and desktop app in .Net? Pls Help me. Thanks a lot.


Risen.

Re: How to create an PPC Client App use Winsock in VB.Net just like in eVB? by Girish

Girish
Tue Jul 27 10:06:15 CDT 2004

Hi,

you dont have winsock controls in vb.net. but u can use the socket object
from system.net namespace

HTH,
Girish.

"Risen" <risenat@21cn.com> wrote in message
news:u3AnaP%23cEHA.3512@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I have programed a PPC client app serial commucate with Desktop server app
> use Winsock control in eVB just like Chat App. But Now I want to transform
> my ppc client and desktop server app's code to VB.Net. In VB.Net's IDE I
> didn't found Winsock controls. How can I to develop a serial commucation
ppc
> app and desktop app in .Net? Pls Help me. Thanks a lot.
>
>
> Risen.
>
>



Re: How to create an PPC Client App use Winsock in VB.Net just like in eVB? by Risen

Risen
Wed Jul 28 02:48:34 CDT 2004

Hi, Girish,

I have run sample code that in MSDN always failed. Can you give me a
completed example that intro how to send data to PC and how to recieve data
from PC on PPC and comm each other.

Thanks a lot.

Risen



"Girish NS" <nsgirish@scapevelocity.com> дÈëÓʼþ
news:eKPdas%23cEHA.2352@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> you dont have winsock controls in vb.net. but u can use the socket object
> from system.net namespace
>
> HTH,
> Girish.
>
> "Risen" <risenat@21cn.com> wrote in message
> news:u3AnaP%23cEHA.3512@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I have programed a PPC client app serial commucate with Desktop server
app
> > use Winsock control in eVB just like Chat App. But Now I want to
transform
> > my ppc client and desktop server app's code to VB.Net. In VB.Net's IDE I
> > didn't found Winsock controls. How can I to develop a serial commucation
> ppc
> > app and desktop app in .Net? Pls Help me. Thanks a lot.
> >
> >
> > Risen.
> >
> >
>
>



Re: How to create an PPC Client App use Winsock in VB.Net just like in eVB? by Jeff

Jeff
Wed Jul 28 13:59:54 CDT 2004

You might want to look at the Socket controls from Mooseworks -
http://www.mooseworks.com

Jeff Law
New Zealand

"Risen" <risenat@21cn.com> wrote in message
news:%23U2%23YdHdEHA.3928@TK2MSFTNGP09.phx.gbl...
> Hi, Girish,
>
> I have run sample code that in MSDN always failed. Can you give me a
> completed example that intro how to send data to PC and how to recieve
> data
> from PC on PPC and comm each other.
>
> Thanks a lot.
>
> Risen
>
>
>
> "Girish NS" <nsgirish@scapevelocity.com> дÈëÓʼþ
> news:eKPdas%23cEHA.2352@TK2MSFTNGP09.phx.gbl...
>> Hi,
>>
>> you dont have winsock controls in vb.net. but u can use the socket object
>> from system.net namespace
>>
>> HTH,
>> Girish.
>>
>> "Risen" <risenat@21cn.com> wrote in message
>> news:u3AnaP%23cEHA.3512@TK2MSFTNGP12.phx.gbl...
>> > Hi,
>> >
>> > I have programed a PPC client app serial commucate with Desktop server
> app
>> > use Winsock control in eVB just like Chat App. But Now I want to
> transform
>> > my ppc client and desktop server app's code to VB.Net. In VB.Net's IDE
>> > I
>> > didn't found Winsock controls. How can I to develop a serial
>> > commucation
>> ppc
>> > app and desktop app in .Net? Pls Help me. Thanks a lot.
>> >
>> >
>> > Risen.
>> >
>> >
>>
>>
>
>