How to change the Mouse Pointer?

Answer Posted / naina

If u want to change the mouse pointer when the form is
running then in the form load event write this coading part

Private Sub Form_Load()
Form1.MousePointer = 2
End Sub
for the mouse pointer to be a cross mark we can change
these values from 0 to 6 for different styles

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I implement an incremental search in list/dir/combo/file boxes?

1222


what is the control used to call a windows application.

1727


Explain the differences between ActiveX Dll and ActiveX Exe?

1750


How would you attach pictures in column headers of List View Control?

1912


Binary Access-method isused to access file in which manner?

1698


what is the Difference between Tabletype and Snapshot?

1773


What is the use of Hyperlink control for DHTML applications?

2198


___,__,___ are the type of combo box?

1367


Is it posible to Create Tables Through Querydef?

1875


What is Internet Explorer and its uses?

2021


What is "Reserved Error -1209"?

1603


What is snapshot in vb?

725


How would you navigate between one document to another document in Internet Explorer ?

2041


Advantage of ActiveX Dll over Active Exe.

1803


How do I create a window with a small title bar as in a floating toolbar?

1128