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
How do I implement an incremental search in list/dir/combo/file boxes?
what is the control used to call a windows application.
Explain the differences between ActiveX Dll and ActiveX Exe?
How would you attach pictures in column headers of List View Control?
Binary Access-method isused to access file in which manner?
what is the Difference between Tabletype and Snapshot?
What is the use of Hyperlink control for DHTML applications?
___,__,___ are the type of combo box?
Is it posible to Create Tables Through Querydef?
What is Internet Explorer and its uses?
What is "Reserved Error -1209"?
What is snapshot in vb?
How would you navigate between one document to another document in Internet Explorer ?
Advantage of ActiveX Dll over Active Exe.
How do I create a window with a small title bar as in a floating toolbar?