Search code examples
windows-mobilecompact-frameworkwindows-mobile-6.5

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 :


Solution

  • Do you mean something like this?

    Cursor.Current = Cursors.WaitCursor;
    

    Or something more elaborate?