![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Microsoft Applications Discussions about Windows and other MS Products such as Office |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | 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 |
|
| | #2 (permalink) |
| Civilians | If you have keyboard access, Ctrl H will hide the mouse pointer. -- Geetesh Bajaj, Microsoft PowerPoint MVP PowerPoint Notes: http://www.indezine.com/notes Free Templates: http://www.indezine.com/powerpoint/t...templates.html Technical Specialist, PowerPoint Live http://www.powerpointlive.com "unni" <anonymous@discussions.microsoft.com> wrote in message news:075401c47432$941be760$3501280a@phx.gbl... > 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 > > > |
|
| | #3 (permalink) |
| Civilians | If you have keyboard access, Ctrl H will hide the mouse pointer. -- Geetesh Bajaj, Microsoft PowerPoint MVP PowerPoint Notes: http://www.indezine.com/notes Free Templates: http://www.indezine.com/powerpoint/t...templates.html Technical Specialist, PowerPoint Live http://www.powerpointlive.com "unni" <anonymous@discussions.microsoft.com> wrote in message news:075401c47432$941be760$3501280a@phx.gbl... > 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 > > > |
|
| | #4 (permalink) |
| Civilians | If you have keyboard access, Ctrl H will hide the mouse pointer. -- Geetesh Bajaj, Microsoft PowerPoint MVP PowerPoint Notes: http://www.indezine.com/notes Free Templates: http://www.indezine.com/powerpoint/t...templates.html Technical Specialist, PowerPoint Live http://www.powerpointlive.com "unni" <anonymous@discussions.microsoft.com> wrote in message news:075401c47432$941be760$3501280a@phx.gbl... > 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 > > > |
|
| | #5 (permalink) |
| Civilians | > 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: http://www.rdpslides.com/nothing.cur http://www.rdpslides.com/dot.cur 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: www.pptfaq.com PPTools: www.pptools.com ================================================ Featured Presenter, PowerPoint Live 2004 October 10-13, San Diego, CA www.PowerPointLive.com ================================================ |
|
| | #6 (permalink) |
| Civilians | > 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: http://www.rdpslides.com/nothing.cur http://www.rdpslides.com/dot.cur 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: www.pptfaq.com PPTools: www.pptools.com ================================================ Featured Presenter, PowerPoint Live 2004 October 10-13, San Diego, CA www.PowerPointLive.com ================================================ |
|
| | #7 (permalink) |
| Civilians | > 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: http://www.rdpslides.com/nothing.cur http://www.rdpslides.com/dot.cur 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: www.pptfaq.com PPTools: www.pptools.com ================================================ Featured Presenter, PowerPoint Live 2004 October 10-13, San Diego, CA www.PowerPointLive.com ================================================ |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mouse Pointer | =?Utf-8?B?SmVmZg==?= | Microsoft Applications | 1 | 01-13-2005 12:00 |
| hiding mouse pointer in kiosk mode? | Jerome | Microsoft Applications | 1 | 11-15-2004 12:00 |
| Need workaround for PPT Kiosk mode over IE | KR | Microsoft Applications | 6 | 11-02-2004 04:00 |
| Dr. Marcovitz or everyone - Kiosk mode question | Jay Pennington | Microsoft Applications | 7 | 06-22-2004 04:47 |
| Stop Mouse Scroll? - 2003/PPTVIEW/Kiosk Mode/AdvanceOnClick=NUL | DewA | Microsoft Applications | 4 | 06-16-2004 07:17 |
![]() | ![]() | ![]() |