Real Custom Cursor for the form?

Invisionsoft

Well-known member
Joined
Apr 20, 2007
Messages
64
Location
United Kingdom
Programming Experience
1-3
Hello, I am using VB.NET (VS2005), and I am unsure whether you can really have a custom cursor for a form.

I can set the cursor to one of the predefined cursors, i.e. Wait, AppStart and Move etc. But I want to use a custom cursor, i.e. a .cur file or .ani file.

I have seen this done in HTML for a div, I wondered if it was possible for .NET.


- James
 
VB.NET:
Windows.Forms.Cursor.Current = New Cursor("filename")
And please update your forum profile to .Net 2.0.
 
Back
Top