J
Just Me
I have a usercontrol, UC1, which contains a different usercontrol, UC2, a
listview and a combobox.
In the code for UC1 I do:
Cursor = Cursors.WaitCursor
The mousepointer changes to the WaitCursor if I'm over UC2 but changes back
to the default when I'm over the other two items?
Anyone have any idea what might be happening and how I can fix it?
Thanks
listview and a combobox.
In the code for UC1 I do:
Cursor = Cursors.WaitCursor
The mousepointer changes to the WaitCursor if I'm over UC2 but changes back
to the default when I'm over the other two items?
Anyone have any idea what might be happening and how I can fix it?
Thanks