Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

miguelji

@miguelji
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Mobile Waiting Cursor
    M miguelji

    Thank you doananhtai! It works perfect. It was easy, but thank you for being the one to tell how to do it. Cheers, miguelji

    Hardware & Devices question

  • Windows Mobile Waiting Cursor
    M miguelji

    Yes you are right, I was not leaving any detail. I need to show the waiting cursor while my program performs a series of time consuming tasks. I've isolated the problem and created a WM6 (CF 3.5) application with a single form and a single button in it. Then I write the following code for the click event of the button (I use VB, but this would be the C# equivalent): ---------------------------------------------- Cursor c = default(Cursor); c = Cursors.WaitCursor; this.Refresh(); int I = 0; int J = 0; for (I = 1; I <= 10000000; I++) { J = I * 3; } c = Cursors.Default; this.Refresh(); ---------------------------------------------- I run the programa, click the button and nothing happens, no cursor is displayed. What Am I doing wrong here? Thanks, miguelji

    Hardware & Devices question

  • Windows Mobile Waiting Cursor
    M miguelji

    Tat was my first try, but in a Windows Mobile 6 device it doesn't work. I'm probably doing something wrong, but it is so simple that I dont know what can be wrong. miguelji

    Hardware & Devices question

  • Windows Mobile Waiting Cursor
    M miguelji

    Dear All, How can I show the Windows Mobile circular waiting cursor from my form? I'm sure it is very easy, but I've been looking for the solution form some time now without aany success. Thanks in advance, miguelji

    Hardware & Devices question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups