I am having trouble getting the MousePointer method working.
I am using
frmMain.MousePo inter = vbHourglass
..
..
..
..
..frmMain.Mouse Pointer = vbNormal
The pointer does not change. If I put a msgbox before the call it works
fine. Is my code going to fast? Does windows need to be Paused?
Help Please
G
I am using
frmMain.MousePo inter = vbHourglass
..
..
..
..
..frmMain.Mouse Pointer = vbNormal
The pointer does not change. If I put a msgbox before the call it works
fine. Is my code going to fast? Does windows need to be Paused?
Help Please
G
Comment