How can I change my mousepointer to te IE4/5-like hand when "surfing"? Now, I use code similar to this

me.MouseIcon = LoadPicture(App.Path & "\H_POINT.cur")
me.MousePointer=vbcustom

I don't like this code for having to load a custom cursor, when the hand should be in windows somewhere? I've tried all the pre-defined .Mousepoiter properties (from 0 to 255) and found no hand whatsoever... Can anyone help?