Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to change menu runtime using API? If yes? Specify the function names.
Explain about the basic features of Visual basic?
Types of LockEdits in RDO.
What are the different procedures associated with the object?
Difference between ActiveX Exe and Dll.
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
Explain the types of Views in Listview Control.
How do I call a DLL?
What is instantiating?
What are some methods you can use to send data from one VB executable to another one?
What language does visual basic use?
How to use hyperlink?
How would you attach an ActiveX control in Your Application?
What is data binding in vb net?