oleidole85
Programmer
I have an ocx that does some work that takes some seconds. I have put in the following statement in the beginning of that code:
MousePointer = vbHourglass
The hourglass does not appear as it is supposed to. If I put in a messagebox below the statement, then the hourglass is shown after the messagebox is closed. The ocx is shown in another programs container. Maybe there is some way to activate the hourglass , just like the messagebox activated it. I have tried SetFocus,SetActiveWindow with no luck.
MousePointer = vbHourglass
The hourglass does not appear as it is supposed to. If I put in a messagebox below the statement, then the hourglass is shown after the messagebox is closed. The ocx is shown in another programs container. Maybe there is some way to activate the hourglass , just like the messagebox activated it. I have tried SetFocus,SetActiveWindow with no luck.