Cursor in wisej

Answered
0
0

Hi Wisej,

In winform .NET

Cursor.Current = Cursors.WaitCursor

‘ code here

Cursor.Current = Cursors.Cursors.Default

in Wisej framework. How do i do it?

Thank you.

  • You must to post comments
Best Answer
0
0

Hi,

you can find a possible solution here:

https://wisej.com/support/question/wait-cursor

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.