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

what are the Differences between Modal and Modaless forms?

2 Answers  


What about DLL calls that require callbacks?

0 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

0 Answers  


how a multiple routing works ?

0 Answers  






Record set types and Number available in Visual Basic?

1 Answers  


Is Visual Basic case sensitive in general?

3 Answers  


What are the types of line styles available in Treeview Control?

0 Answers  


How many objects resides in ADO ?

0 Answers  


What type of databases you can access through ADO Data Access Object?

0 Answers  


Which language is used in visual basic?

0 Answers  


What is ActiveX Document?

0 Answers   HCL,


Categories