
11-04-2001, 07:06 PM
|
 |
Ultimate Contributor
Retired Leader * Guru *
|
|
Join Date: Aug 2001
Posts: 5,343
|
|
Re: mouse q's
|
<pre><font color=blue>Private Declare</font color=blue> <font color=blue>Function</font color=blue> ShowCursor <font color=blue>Lib</font color=blue> "user32" (<font color=blue>ByVal</font color=blue> bShow <font color=blue>As Long</font color=blue>) <font color=blue>As Long</font color=blue> </pre> is the declaration. Use ShowCursor 0 to hide the cursor and ShowCursor 1 to show it.
|
|