creating a simple crosshair in VB.Net

  • Thread starter nick haddad via DotNetMonster.com
  • Start date
N

nick haddad via DotNetMonster.com

Am trying to locate a simple crosshair for a map on one of my forms.

But am having no luck.

Any ideas? Thanks!
 
G

Guest

You can create your own cursor very easily by adding an cursor item to the
project. The Cross Hair should be simple to create using the Image Editor in
Vb.Net Even easier yet is to use the Cursors Class CrossHair cursor.
 
H

Herfried K. Wagner [MVP]

nick haddad via DotNetMonster.com said:
Am trying to locate a simple crosshair for a map on one of my forms.

\\\
Me.Cursor = Cursors.Cross
///

You can set the cursor at design-time too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top