paulcat
10-04-2001, 03:16 PM
I can do it in Access but how it is done in VB? Thanks
VB code to make mouse pointer an hourglass?paulcat 10-04-2001, 03:16 PM I can do it in Access but how it is done in VB? Thanks ChiefRedBull 10-04-2001, 03:19 PM <pre><font color=red>Screen.MousePointer = vbHourGlass</font color=red></pre> <pre><font color=red>Screen.MousePointer = vbNormal</font color=red></pre> Chief "How are we to learn, if those that know will not teach... ?" - Me. Garrett Sever 10-04-2001, 03:20 PM Private Sub Form_Load() Me.MousePointer = 11 End Sub Regards. -<font color=purple>The Hand</font color=purple> Chief beat me to it, and he used the Enum instead of the integer value. I'm so ashamed images/icons/wink.gif <font color=green>All your code are belong to us...</font color=green> images/icons/tongue.gif<P ID="edit"><FONT class="small"><EM>Edited by The Hand on 10/04/01 04:21 PM.</EM></FONT></P> ChiefRedBull 10-04-2001, 03:22 PM Muahahah! I'm on form tonight... heh heh images/icons/wink.gif Chief "How are we to learn, if those that know will not teach... ?" - Me. paulcat 10-04-2001, 03:40 PM LOL< THANKS :D dragnut 10-04-2001, 07:54 PM You have a 5 minute time-out for using the integer Hand!!! hehe |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum