When you are continuously drawing something like in
for (;

e.Graphics.DrawImage(bmp,100,100);
}
you need a thread, otherwise you can't acces other things of the program,
like minimize, max, put some text in a textbox,...........
Greetz
JC
"rocio" <(E-Mail Removed)> schreef in bericht
news:%23J4%(E-Mail Removed)...
> When developing fot he PocketPC, when do one need to worry about threads?
I
> have finished developing a windows app. for the Pocket PC, without using
any
> threads, and was wondering when& how to use them. Can anyone point to a
good
> intro. of threads for the .NET CF ?
>
> Thanks for all your comments & replies to my postings here. You all were
> very helpful.
>
>
>