Go Back   Trackpads Community > General Discussions > Computer and Technology > Microsoft Applications

Microsoft Applications Discussions about Windows and other MS Products such as Office

Reply
 
LinkBack Thread Tools
Old 07-28-2004, 01:25   #1 (permalink)
unni
Civilians

 
Default Hide mouse pointer in Kiosk mode

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



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 07-28-2004, 01:25   #2 (permalink)
Geetesh Bajaj
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

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
>
>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2004, 01:25   #3 (permalink)
Geetesh Bajaj
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

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
>
>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2004, 01:25   #4 (permalink)
Geetesh Bajaj
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

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
>
>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2004, 01:25   #5 (permalink)
Steve Rindsberg
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

> 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
================================================

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2004, 01:25   #6 (permalink)
Steve Rindsberg
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

> 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
================================================

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-28-2004, 01:25   #7 (permalink)
Steve Rindsberg
Civilians

 
Default Re: Hide mouse pointer in Kiosk mode

> 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
================================================

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:39.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.01262 seconds with 19 queries