I have a textbox where I don't want the cursor to change to insertion cursor; I want it to remain the pointer when hovering over the textbox.
I placed 'screen.MousePointer = 1' in the Move Mouse event of the textbox, which worked.
However, after you hover over that textbox, the pointer cursor...