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
Is it posible to Create Tables Through Querydef?
Are there any examples of commercial applications built using Visual Basic?
what are the Types of cursors in RDO?
In which areas the Error occurs?
How would you activate animation control?
Draw Sequence Modal of RDO? Explain.
How do I make an animated icon for my program?
what is the Difference between Linked Object and Embedded Object?
____ is the difference between Listindex and Tab index.
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is the use of Visual Basic Document file?
Difference between Recordset and Resultsets.
which method used to move a recordset pointer in nth position in DAG?
What do you mean by Databound Controls Explain?
what is the Difference between Dynaset and Snapshot?