Mouse Visibility

Would someone be able to give me some code
to hide the mouse, I don’t want to see it in the program I am writing.

When you register your window-class, you can either specify or not a standard cursor over your window, if no one is specified, it won’t draw one. Also you can call ShowCursor to hide it, I think.