I'm looking for a simple CF C# tcp/ip client that
I can use as a start point (I'm new to C# and .NET).

I found a couple async socket samples, but none
of them worked with the CF. One used Send()
(which is not allowed in CF with non-blocking
sockets ). Other used classes not present in CF.

Any help will be appreciated.

Omar

Re: looking for a CF C# socket client sample by Robbe

Robbe
Mon Jul 04 17:02:02 CDT 2005

As I recall, the MSDN PocketPC Signature App has this.

There is a link to it in this related article.

http://www.eggheadcafe.com/articles/dotnetcompactframework_capture_signature_to_file.asp

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp



"omar" <omar@NOSPAN_tecepe.com.br> wrote in message
news:OV3sSzMgFHA.3124@TK2MSFTNGP12.phx.gbl...
> I'm looking for a simple CF C# tcp/ip client that
> I can use as a start point (I'm new to C# and .NET).
>
> I found a couple async socket samples, but none
> of them worked with the CF. One used Send()
> (which is not allowed in CF with non-blocking
> sockets ). Other used classes not present in CF.
>
> Any help will be appreciated.
>
> Omar
>
>
>
>
>



Re: looking for a CF C# socket client sample by omar

omar
Tue Jul 05 07:32:53 CDT 2005

Thanks a lot Robbe. The article is interesting, and
contains what I need. But where is the source code?

Omar


"Robbe Morris [C# MVP]" <info@eggheadcafe.com> escreveu na mensagem
news:uCCRPPOgFHA.3844@TK2MSFTNGP10.phx.gbl...
> As I recall, the MSDN PocketPC Signature App has this.
>
> There is a link to it in this related article.
>
> http://www.eggheadcafe.com/articles/dotnetcompactframework_capture_signature_to_file.asp
>
> --
> 2004 and 2005 Microsoft MVP C#
> Robbe Morris
> http://www.masterado.net
>
> Earn $$$ money answering .NET Framework
> messageboard posts at EggHeadCafe.com.
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
> "omar" <omar@NOSPAN_tecepe.com.br> wrote in message
> news:OV3sSzMgFHA.3124@TK2MSFTNGP12.phx.gbl...
>> I'm looking for a simple CF C# tcp/ip client that
>> I can use as a start point (I'm new to C# and .NET).
>>
>> I found a couple async socket samples, but none
>> of them worked with the CF. One used Send()
>> (which is not allowed in CF with non-blocking
>> sockets ). Other used classes not present in CF.
>>
>> Any help will be appreciated.
>>
>> Omar
>>
>>
>>
>>
>>
>
>



Re: looking for a CF C# socket client sample by omar

omar
Tue Jul 05 07:38:16 CDT 2005

Please forgive my ignorance and ignore the
previous message. I found the code....

Omar