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 the difference between change event in normal combobox and dbcombobox?
Explain the working of templates?
How many File System Controls are there ? Explain.
Explain about form creation in Visual Basic?
What is the default model of the form?
Is it possible to call oracle database through ADO control or Object?
What is recordset in visual basic?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How would you add elements and pictures to listitems in listview control?
What is controls in vb?
What is understand in resource tracking?
Which method is preferred to save datas like database?
How can you Navigate from the DHTML application to another DHTML application? .
What is database vb?
How can you Implement windows functionality in VB?