/* set cursor for current form */ Cursor = Cursors.WaitCursor; /* ..with exception for this button */ button1.Cursor = Cursors.Default; /* load own cursor from file; and set it for one button */ Cursor myCursor = new Cursor( @"c:\cursorfilename.cur" ); if ( myCursor != null ) button2.Cursor = myCursor;
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Friday, September 7, 2018
C# - How change cursor and how to load own cursor
Tags:
c#,
c# - Cursor
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment