Hi folks.
I've tried to change the cursor property of a control at runtime to a standard .cur file, but the cursor displayed black and white. If it is not much trouble please tell me what I've done wrong.
Thanks.Code:Me.Cursor = New System.Windows.Forms.Cursor("mine.cur")




Reply With Quote