Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm using VB.net and I'm trying to change the cursor to a custom cursor. In the form load I'm putting this code:

 

Dim curNew = New Cursor(Application.StartupPath & "\cross.cur")

Me.Cursor = curNew

 

It makes the cursor to the shape of the cursor file, but the cursor loads all black.

 

How do I get the colors of the cursor to load?

Posted

just reading the message and it brings me to an interesting thing that happened to me when i was playing with cursors...

 

Projects; Add Existing Item; Cursor would create a custom cursor for me and everything was lovely

 

File; New; Cursor would let me create the cursor file but it would never seem to save correctly,i would try and add the cursor to a different project for an experiment but it would always show up as an I-beam.

Any ideas on why that happened?

i'm not lazy i'm just resting before i get tired.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...