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

Explain about literals?

553


It possible to call OLEDB's Features directly in VB without using any control?

1489


What is the use of NEW Keyword? Explain.

1556


I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?

1064


Difference between Tabletype and Snapshot?

1479






How do I get the Tab key to be treated like a normal character?

998


How would you create your application in DHTML?

1522


I get a "file not found" error on the IIF function when I distribute by program. Why?

1039


When should we use recursive programming?

544


What is the default model of the form?

1633


What is instantiating?

1404


In which areas the Error occurs?

1464


What is the default workspace?

1495


what are the types of cursors in DAO?

1408


Types of LockEdits in DAO? 51 .Types of Recordsets.

1356