E
Erik Jensen
Hi, in my main application class i'm able to write
Cursor.Current = Cursors.WaitCursor;
However, in a different class I have to write:
this.Cursor = Cursors.WaitCursor;
it says Ambiguous reference when I try and write it the
first way.
Can anyone shed some light on this for me?
thanks
Cursor.Current = Cursors.WaitCursor;
However, in a different class I have to write:
this.Cursor = Cursors.WaitCursor;
it says Ambiguous reference when I try and write it the
first way.
Can anyone shed some light on this for me?
thanks