How to change the Mouse Pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
How do I get a bitmap picture in a field in an Access database?
Is it possible to Manipulate data through flexgrid? Explain.
Is visual basic still used?
What is the difference in passing values ByRef or ByVal to a procedure?
How would you create properties in ActiveX Control?
How does the following statements work? On Error Resume Next
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Which Property is used to compress a image in image control?
What is dao in vb?
How many system controls are available ?
What is the use of parameters collection?
Write the correct order of execution of following form?s events: initialization, Load, Activate, Refresh , Paint