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 constructors and destructors?

1 Answers  


Explain the working with task in Gantt chart view.

0 Answers  


What is database vb?

0 Answers  


what is single thread and multithread apartments model?

2 Answers   Ford,


What will be the code in VB, while saving the form and light goes off? Please tell me the exact code line.

1 Answers  






I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


Explain about creating VB applications in excel?

0 Answers  


What is shortcut menu and explain "The ole control's shortcut menu".

0 Answers  


How do I make my applications screen-resolution independent?

0 Answers  


Wat is d diff b/w API fns & Norm fns

5 Answers   TATA,


What type of record sets are available in ADO?

4 Answers  


Categories