How to change the Mouse Pointer?

Answers were Sorted based on User's Feedback



How to change the Mouse Pointer?..

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 to change the Mouse Pointer?..

Answer / guest


Screen.MousePointer = VBHourGlass/VBNormal.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Visual Basic Interview Questions

How do I get a bitmap picture in a field in an Access database?

0 Answers  


Is it possible to Manipulate data through flexgrid? Explain.

0 Answers  


Is visual basic still used?

0 Answers  


What is the difference in passing values ByRef or ByVal to a procedure?

1 Answers  


How would you create properties in ActiveX Control?

0 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


Which Property is used to compress a image in image control?

1 Answers  


What is dao in vb?

0 Answers  


How many system controls are available ?

3 Answers   HCL,


What is the use of parameters collection?

2 Answers  


Write the correct order of execution of following form?s events: initialization, Load, Activate, Refresh , Paint

3 Answers  


Categories