I would like to find if there is any way that i can display an indeterminate circular progress instead of horizontal bar in windows mobile 6.5.

I tried customizing but is there any method in .net compact that replaces PointF of system.drawing.

Please suggest any method to display circular progress.Tried looping it in seperate thread and changing images but didnot work.Please forward your suggestions.

Thanks in advance :

link|improve this question

47% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Do you mean something like this?

Cursor.Current = Cursors.WaitCursor;

Or something more elaborate?

link|improve this answer
Thanks ctacke.I was not aware of this.I searched so long and am extremely happy to find so simple solution.Could you please suggest any good tutorial or developer guide where i can get all this basics :) – Remmyabhavan May 19 '11 at 6:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.