Remmyabhavan
Remmyabhavan

Reputation: 1719

progress bar in windows mobile 6.5

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 :

Upvotes: 1

Views: 1172

Answers (1)

ctacke
ctacke

Reputation: 67178

Do you mean something like this?

Cursor.Current = Cursors.WaitCursor;

Or something more elaborate?

Upvotes: 1

Related Questions