Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / April 2007

Tip: Looking for answers? Try searching our database.

Inputing a password while running a show

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carbuthn - 08 Apr 2007 04:26 GMT
I am using PowerPoint 2003 and have a single slide that I want to emulate a
program that I use at work.  I have Textbox that becomes visible when a
command button is pressed.  The textbox has another textbox on it that you
type the password and it displays **** in place of the letters typed.  To
exit I want the user to press a commandbutton labeled "OK" or one labeled
"Cancel".
Ute Simon - 08 Apr 2007 09:48 GMT
>I am using PowerPoint 2003 and have a single slide that I want to emulate a
> program that I use at work.  I have Textbox that becomes visible when a
> command button is pressed.  The textbox has another textbox on it that you
> type the password and it displays **** in place of the letters typed.  To
> exit I want the user to press a commandbutton labeled "OK" or one labeled
> "Cancel".

Are you *showing* this presentation to your audience or will they be *using*
it themselves? In any case I would fake the typing of the password with
pre-entered **** and a wipe animation (by letter). If they use it themselves
I would say "This is a Demo, so click in the textbox and we enter the
correct password for you." The textbox would have an invisible (or white)
shape that triggers the wipe-effect of the text. I would also use trigger
animations for the OK and Cancel buttons.

Best regards,
Ute

Signature

Ute Simon
Microsoft PowerPoint MVP Team und PowerPoint-User-Team
Tipps, Tricks und Kostenloser Newsletter: www.ppt-user.de

carbuthn - 08 Apr 2007 14:14 GMT
That would normally work.  I am working on Lesson Plans for a power plant, I
make up single page presentations that use the VBA and activex controls to
simulate circuits used in the plant system.  The textbox control has a
property that allows the replacement of the typed letter with "*".  The
slides get very complex with timers, indicators, bi-stables, relays and
switches.  But I still can't get the password to work.  I did get inputbox to
work but it does not look like what they enter on the computer.

Sub PassCheck()
Dim StringPass As String
 StringPass = "CHUCK"
 response = UCase(InputBox("Enter password"))
 GoodPW = (response = StringPass)
End Sub

What I need should look like
_____________________
|                                  |
|   Enter Password.        |
[quoted text clipped - 3 lines]
|    |Ok |      |Cancel |   |
|___________________|                      

Thanks for your help

> >I am using PowerPoint 2003 and have a single slide that I want to emulate a
> > program that I use at work.  I have Textbox that becomes visible when a
[quoted text clipped - 13 lines]
> Best regards,
> Ute
Steve Rindsberg - 08 Apr 2007 15:31 GMT
> That would normally work.  I am working on Lesson Plans for a power plant, I
> make up single page presentations that use the VBA and activex controls to
[quoted text clipped - 22 lines]
>
> Thanks for your help

Can you use an ActiveX text box control and something like this:

Private Sub txtPassCheck_Change()
   If UCase(Me.txtPassCheck.Text) = "CHUCK" Then
       MsgBox "You're in luck, Chuck."
   End If
End Sub

Or since the user has to click another button to make this appear, why not use a
user form? The button the user clicks could trigger a macro that makes the form
visible (calls its Show method)

> > >I am using PowerPoint 2003 and have a single slide that I want to emulate a
> > > program that I use at work.  I have Textbox that becomes visible when a
[quoted text clipped - 13 lines]
> > Best regards,
> > Ute

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
carbuthn - 08 Apr 2007 18:10 GMT
Thanks, I will give it a try this afternoon, tried something similar to this
with no luck, but it does give me some ideas.

> > That would normally work.  I am working on Lesson Plans for a power plant, I
> > make up single page presentations that use the VBA and activex controls to
[quoted text clipped - 58 lines]
> PPTools:  www.pptools.com
> ================================================
carbuthn - 09 Apr 2007 02:20 GMT
I did get a version working that is mostly what I wanted, thanks to all that
help

> Thanks, I will give it a try this afternoon, tried something similar to this
> with no luck, but it does give me some ideas.
[quoted text clipped - 61 lines]
> > PPTools:  www.pptools.com
> > ================================================

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.