Iam trying to set the hour glass of the form performing word import by the
following word.WdCursorType.wdCursorWait, because the base forms cursor
cannot be set when interop is being performed.
Even then I am unable to set the cursor to hour glass.
Also can you please let me know the steps to work on officeCodeBehind(BTW I
am a newbee)
Daniel Rodriguez - 02 Apr 2006 22:57 GMT
I use this line of code to change the cursor:
System.Windows.Forms.Cursor.Current = Cursors.WaitCursor
and when the process is over, I use this one:
System.Windows.Forms.Cursor.Current = Cursors.Default
Hope that helps!
> Iam trying to set the hour glass of the form performing word import by the
> following word.WdCursorType.wdCursorWait, because the base forms cursor
[quoted text clipped - 5 lines]
> I
> am a newbee)