I have a form that has a ton of work ongoing for around 10secs such as moving controls, resizing them, hiding some, making others visible and more importantly, mouse moving and clicking.
I don't want the user to see these ongoing stuff so I thought of making a splash screen. Is it possible to cover up the form without disturbing the mouse tasks?
I am using the code here, http://www.vb6.us/tutorials/move-mouse-api to move the mouse and click stuff.
Thanks in advance.