dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Cursor property #27

Open lildukedana opened 7 years ago

lildukedana commented 7 years ago

Using any type of cursor will crash the application if the form has a text box Using framework 4.5.2 visual studio enterprise 2015 version 14.0.25431.01 update 3

aller70 commented 7 years ago

Use property "UseWaitCursor"=true if you need Cursor=Cursors.WaitCursor

vandermjr commented 4 years ago

Try use Cursor.Current = Cursors.WaitCursor.