I'm calling an asynchronous COM method from a VB6 application. When waiting for
the callback I want the mousepointer to be vbHourglass and input to be disabled.

My problem is that when calling Enabled = false on the main form the mousepointer is changed back to the default one.