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
Explain OLE Drag and Drop.
How can I create a VBX?
Whether HTML supports multimedia: and document links?
How should dates be implemented so they work with other language and country formats?
What is database vb?
what is the control used to call a windows application.
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
Is visual basic easy?
what are the Parts of ODBC?
What is the use of Data Form Wizard?
How do I access C style strings?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is hyperlink?
How do I mimic a toggle button?
What is the use of ActiveX Documents?