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
How would you attach pictures in column headers of List View Control?
How do I force a file dialogue box to reread the currect disk?
How do I make the mouse cursor invisible/visible?
How do I tell when an application executed using the SHELL command is finished?
With in the form we want to check all the text box control are typed or not? How?
How would you activate animation control?
Specify technical & functional architecture of your last 2 projects.
Draw Sequence Modal of DAO and Explain?