Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2008 Cursor problems

Status
Not open for further replies.

RonRepp

Technical User
Feb 25, 2005
1,031
US
Hi:

I just installed 2008 Express and the only cursor I am able to get is the wait cursor. The properties window shows them all, but when I select one, it just goes back to waitcursor.

I've also tried their code:
Code:
Dim instance As Control = Me
        Dim value As Cursor

        value = instance.Cursor

        instance.Cursor = value

Is this a known bug?

Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.

My newest novel: Wooden Warriors
 
Hi Ron.
You might try this page, which may be the one you were at:

Try looking at the Example section for VB. It shows how to use a certain cursor (something like DisplayArea.Cursor = Cursors.Hand). Setting this property on an area should change the cursor to the one you want, according to the page.

Hope this helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top