Sockets programming for CF

  • Thread starter Thread starter Zahid
  • Start date Start date
Z

Zahid

Hi,

Ive got some code that illustrates Sockets programming
for the .Net framework. However not all of it compiles
correctly for the .Net Compact Framework. Can someone
point me to a place where i can find out and learn about
Socket programming with the .Net Compact Framework?

Thanks in advance.
 
look at .Enabled....

at socket level you may want to use threading.timer anyway....

Cheers
Daniel
 
Hi,

How do i use the Threading.Timer?
Sorry but im a lil new to VB.Net.

Thanks in advance.
 
Sorry but if you use F1 on the object or search for it on the MSDN website
you'll find much better documentation than can be provided here...

The main difference is that its callback in on a different thread and that
it can be called from any thread (unlike the Forms.Timer on both
accounts)...

Cheers
Daniel
 
Back
Top