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

What is the use of Scalewidth and ScaleHeight Proeperty?

1711


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

1311


Explain about the creation of EXE files with Visual Basic?

780


Difference between ActiveX Control and Standard Control.

2381


Specify technical & functional architecture of your last 2 projects.

1835


What is the use of ActiveX Documents?

1787


Is it possible to Manipulate data through flexgrid? Explain.

2240


Explain about manipulating the recordset object

757


How do I mimic a toggle button?

1220


What is recordset in visual basic?

779


What is rdo in vb?

747


What is controls in vb?

781


Write the Steps in Creating an ActiveX Control?

2231


How can you Implement windows functionality in VB?

1876


What is meant by Establish Connection in RDO?

2047