Help!

Hide mouse pointer in Kiosk mode

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions RSS
Next:  Missing Pages  
Author Message
unni
External


Since: Jul 27, 2004
Posts: 1



PostPosted: Tue Jul 27, 2004 5:36 pm    Post subject: Hide mouse pointer in Kiosk mode
Archived from groups: microsoft>public>powerpoint (more info?)

Hi,

Problem:
Need to hide mouse pointer at all the time in presentation

My slide show is in Kiosk mode so I can control the
navigation using command buttons (and VBA code). I would
like to hide the mouse pointer at all times because I am
using a touch screen to record input from research
subjects. The mouse pointer is just "in the way" and
confuses the subjects.

Thanks for your help!

Unni
Back to top
Steve Rindsberg
External


Since: Apr 02, 2004
Posts: 8555



PostPosted: Wed Jul 28, 2004 12:22 am    Post subject: Re: Hide mouse pointer in Kiosk mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Problem:
 > Need to hide mouse pointer at all the time in presentation

Makes sense.

I don't know that you can hide the pointer but Windows lets you choose
different cursors for its various pointers. (Control Panel, Mouse, Pointers
tab)

If you have a copy of VB (or probably one of the other MS programming
languages) it includes IMAGEDIT.EXE, a little editor that lets you create/edit
icons and ... bingo! ... cursor files. Open an existing cursor file (from
C:\Windows\Cursors) and delete all but a tiny dot or everything, save it as a
new CUR file and select that as your cursor.

In case you don't have a cursor editor, I've put a couple up here:

<a rel="nofollow" style='text-decoration: none;' href="http://www.rdpslides.com/nothing.cur" target="_blank">http://www.rdpslides.com/nothing.cur</a>
<a rel="nofollow" style='text-decoration: none;' href="http://www.rdpslides.com/dot.cur" target="_blank">http://www.rdpslides.com/dot.cur</a>

One is a one-pixel dot, the other is nothing.

You'll probably need to rightclick the link and choose "Save target as" to suck
those big badboys (OVER 700 bytes EACH!!!!) down the wire atcha.


 > My slide show is in Kiosk mode so I can control the
 > navigation using command buttons (and VBA code). I would
 > like to hide the mouse pointer at all times because I am
 > using a touch screen to record input from research
 > subjects. The mouse pointer is just "in the way" and
 > confuses the subjects.
 >
 > Thanks for your help!
 >
 > Unni
 >

--
Steve Rindsberg, PPT MVP
PPT FAQ: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptfaq.com" target="_blank">www.pptfaq.com</a>
PPTools: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptools.com" target="_blank">www.pptools.com</a>
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA <a rel="nofollow" style='text-decoration: none;' href="http://www.PowerPointLive.com" target="_blank">www.PowerPointLive.com</a>
================================================
Back to top
Geetesh Bajaj
External


Since: Jul 26, 2004
Posts: 635



PostPosted: Wed Jul 28, 2004 9:43 am    Post subject: Re: Hide mouse pointer in Kiosk mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you have keyboard access, Ctrl H will hide the mouse pointer.


--
Geetesh Bajaj, Microsoft PowerPoint MVP
PowerPoint Notes: <a rel="nofollow" style='text-decoration: none;' href="http://www.indezine.com/notes" target="_blank">http://www.indezine.com/notes</a>
Free Templates:
<a rel="nofollow" style='text-decoration: none;' href="http://www.indezine.com/powerpoint/templates/freetemplates.html" target="_blank">http://www.indezine.com/powerpoint/templates/freetemplates.html</a>

Technical Specialist, PowerPoint Live
<a rel="nofollow" style='text-decoration: none;' href="http://www.powerpointlive.com" target="_blank">http://www.powerpointlive.com</a>



"unni" wrote in message

 > Hi,
 >
 > Problem:
 > Need to hide mouse pointer at all the time in presentation
 >
 > My slide show is in Kiosk mode so I can control the
 > navigation using command buttons (and VBA code). I would
 > like to hide the mouse pointer at all times because I am
 > using a touch screen to record input from research
 > subjects. The mouse pointer is just "in the way" and
 > confuses the subjects.
 >
 > Thanks for your help!
 >
 > Unni
 >
 >
 >
Back to top
Steve Rindsberg
External


Since: Apr 02, 2004
Posts: 8555



PostPosted: Wed Jul 28, 2004 9:43 am    Post subject: Re: Hide mouse pointer in Kiosk mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article , Geetesh Bajaj wrote:
 > If you have keyboard access, Ctrl H will hide the mouse pointer.

But not in Kiosk mode. Or at least it won't for me in 2003.


--
Steve Rindsberg, PPT MVP
PPT FAQ: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptfaq.com" target="_blank">www.pptfaq.com</a>
PPTools: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptools.com" target="_blank">www.pptools.com</a>
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA <a rel="nofollow" style='text-decoration: none;' href="http://www.PowerPointLive.com" target="_blank">www.PowerPointLive.com</a>
================================================
Back to top
Geetesh Bajaj
External


Since: Jul 26, 2004
Posts: 635



PostPosted: Wed Jul 28, 2004 5:35 pm    Post subject: Re: Hide mouse pointer in Kiosk mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for the correction, Steve.


--
Geetesh Bajaj, Microsoft PowerPoint MVP
PowerPoint Notes: <a rel="nofollow" style='text-decoration: none;' href="http://www.indezine.com/notes" target="_blank">http://www.indezine.com/notes</a>
Free Templates:
<a rel="nofollow" style='text-decoration: none;' href="http://www.indezine.com/powerpoint/templates/freetemplates.html" target="_blank">http://www.indezine.com/powerpoint/templates/freetemplates.html</a>

Technical Specialist, PowerPoint Live
<a rel="nofollow" style='text-decoration: none;' href="http://www.powerpointlive.com" target="_blank">http://www.powerpointlive.com</a>





"Steve Rindsberg" wrote in message


  > > If you have keyboard access, Ctrl H will hide the mouse pointer.
 >
 > But not in Kiosk mode. Or at least it won't for me in 2003.
 >
 >
 > --
 > Steve Rindsberg, PPT MVP
<font color=purple> > PPT FAQ: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptfaq.com</font" target="_blank">www.pptfaq.com</font</a>>
<font color=purple> > PPTools: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptools.com</font" target="_blank">www.pptools.com</font</a>>
 > ================================================
 > Featured Presenter, PowerPoint Live 2004
<font color=purple> > October 10-13, San Diego, CA <a rel="nofollow" style='text-decoration: none;' href="http://www.PowerPointLive.com</font" target="_blank">www.PowerPointLive.com</font</a>>
 > ================================================
 >
Back to top
Steve Rindsberg
External


Since: Apr 02, 2004
Posts: 8555



PostPosted: Wed Jul 28, 2004 5:35 pm    Post subject: Re: Hide mouse pointer in Kiosk mode [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article , Geetesh Bajaj wrote:
 > Thank you for the correction, Steve.
 >

I mostly wanted to verify that I wasn't doing something silly! Wink

--
Steve Rindsberg, PPT MVP
PPT FAQ: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptfaq.com" target="_blank">www.pptfaq.com</a>
PPTools: <a rel="nofollow" style='text-decoration: none;' href="http://www.pptools.com" target="_blank">www.pptools.com</a>
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA <a rel="nofollow" style='text-decoration: none;' href="http://www.PowerPointLive.com" target="_blank">www.PowerPointLive.com</a>
================================================
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> General Discussions All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum