please help in hiding mouse pointer while working with forms at runtime
Printable View
please help in hiding mouse pointer while working with forms at runtime
From VB the easiest way to go is probably to create a transparent cursor... load it with MouseIcon, and then set Mousepointer to vbCustom.
Bash