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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating cursor

Status
Not open for further replies.

luvcloud

Programmer
Apr 23, 2002
24
MY
i was wondering how do i use a 256 color cursor in my application?
 
Any object that inherits from the Control class has a Cursor object. If you want to set the cursor, do this inside a method of one of those types:
Code:
Cursor.Current = New Cursor("C:\Cursors\MyWait.cur")

Chip H.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top