Sockets programming for CF

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.
 
D

Daniel Moth

look at .Enabled....

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

Cheers
Daniel
 
Z

Zahid

Hi,

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

Thanks in advance.
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top