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
What is Pseudocode?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Why API functions are Required?
Explain what is Visual basic?
Is it possible to change menu runtime using API? If yes Specify the function names?
How many ways we can access file using VB?
What is recordset in visual basic?
How would you add column headers in listview control?
Explain the working of templates?
what is the Difference between Dynaset and Snapshot?
___,_____ and ____ container objects.
What is ODBC Direct and Microsoft Jet Database Engine ?
What is ado data control in vb6 0?
What is FireHouse Cursors?
what is the Property used to add a menus at runtime?