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
What is the use of Scalewidth and ScaleHeight Proeperty?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
Explain about the creation of EXE files with Visual Basic?
Difference between ActiveX Control and Standard Control.
Specify technical & functional architecture of your last 2 projects.
What is the use of ActiveX Documents?
Is it possible to Manipulate data through flexgrid? Explain.
Explain about manipulating the recordset object
How do I mimic a toggle button?
What is recordset in visual basic?
What is rdo in vb?
What is controls in vb?
Write the Steps in Creating an ActiveX Control?
How can you Implement windows functionality in VB?
What is meant by Establish Connection in RDO?