Henris blogg

 
« Back to blog

Mouse hourglass and back

    public partial class frmOppgaver : Form

    {

        Cursor før;

        private void SettMusHourglass()

        {

            før = this.Cursor;

            this.Cursor = Cursors.WaitCursor;

        }

        private void SettMusTilbake()

        {

            this.Cursor = før;

        }

            }

Comments (0)

Leave a comment...

 
Got an account with one of these? Login here, or just enter your comment below.
Posterous-login    Connect    twitter