lmb2001
11-04-2001, 06:52 PM
for a game..how do you temporarily hide the mouse ?
mouse q'slmb2001 11-04-2001, 06:52 PM for a game..how do you temporarily hide the mouse ? orufet 11-04-2001, 07:02 PM You can either use an API call to hide it, or create a blank cursor file and set that as the Custom Cursor... Volte 11-04-2001, 07:06 PM <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. lmb2001 11-06-2001, 05:58 AM thanksz... |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum