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

Difference between Tabletype and Snapshot?

0 Answers  


What are the properties of datacontrol?

0 Answers  


Dim X,Y as Integer Here what is the datatype of X and Y ?

8 Answers   Syscom,


Which controls can not be placed in MDI?

3 Answers  


Is the Variant type slower than using other variable types?

0 Answers  






How would you run your ActiveX Document Dll?

0 Answers  


What is ActiveX? Explain.

0 Answers  


Explain about control properties?

0 Answers  


What is Parser Bug?

0 Answers  


Difference between Recordset and Resultsets.

0 Answers  


What are the objects in ADODB?

1 Answers  


What will happen if you issue a Resume statement after handling an error?

3 Answers  


Categories