Waiting Cursor

  • Thread starter Thread starter Erdem ALKILIÇGIL
  • Start date Start date
E

Erdem ALKILIÇGIL

Hello all,
The program we have written in .net CF uses Htmlviewer control from
intelliprog and CFCOM control. The waiting cursor doesn't hide when i want
to use these two controls.
What could be the problem? Please help me...This problem consumes my time a
lot..
and second problem is there a bug in htmlviewer? it does not dispose!! when
i write htmlviewer.Dispose(); I get an exception..
Could you please help me??
Regards Erdem
 
Hi!
A shot in the dark. Are you setting the wait cursor using Cursor.Current = Cursors.WaitCursor; and then using Cursor.Current = Cursors.Default; to get the default cursor back?
 
yes , i have tried both Cursor.Current=Cursors.Default
and Cursor.Hide();
but it doesn't work..

Raj Kumar said:
Hi!
A shot in the dark. Are you setting the wait cursor using Cursor.Current =
Cursors.WaitCursor; and then using Cursor.Current = Cursors.Default; to get
the default cursor back?
 
Could it be because of incompability between CFCOM and Intelliprog's
htmlviewer? Is there anybody using two of these components together?
 
Back
Top