Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-17-2015, 11:38 AM
Input_Name Input_Name is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 64bit
Novice
Creating a portable powerpoint with plugin
 
Join Date: Mar 2015
Posts: 4
Input_Name is on a distinguished road
Default Creating a portable powerpoint with plugin


Hi, I am creating a powerpoint that uses the liveweb plugin which i have got working on a single computer, but i need the powerpoint to be portable without having to install the plugin on each computer. The plugin saves in "C:\Program Files (x86)\Shyam Pillai" meaning it is only on the system. If i save it in the same folder as the powerpoint it will still unlikely work as there may be a different drive letter (saved on USB). Another problem is if a user downloads it from the internet, which would result in a completely different file directory. Is there a way to save a plugin with the powerpoint to allow it to work portably?
thanks
Reply With Quote
  #2  
Old 03-18-2015, 03:37 AM
JohnWilson JohnWilson is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

If you just need to show a web page you may not need Shyam's Plug in. The code to do this is not difficult. Download the sample here and see if it does something close to your needs. If so you should be able to see how it was built. Make sure you enable macvros and editing.

Sample
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 03-18-2015, 09:30 AM
Input_Name Input_Name is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 64bit
Novice
Creating a portable powerpoint with plugin
 
Join Date: Mar 2015
Posts: 4
Input_Name is on a distinguished road
Default

Your example works and is exactly what i need, thanks. However, i cant find the control toolbox section. ive searched for where it should be, which is in the developer menu, but i dont know how to access this section.
Reply With Quote
  #4  
Old 03-18-2015, 10:20 AM
JohnWilson JohnWilson is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

My fault in older version it was called "Control Toolbox" and is referred to as that by developers!

If you have enabled the DEVELOPER Tab (File > Options> Customize Ribbon > Tick Developer.

Go to Controls - The last one looks like a hammer and wrench / (spanner if you are English). Click this and select Microsoft Web Browser from the list
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #5  
Old 03-18-2015, 11:24 AM
Input_Name Input_Name is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 64bit
Novice
Creating a portable powerpoint with plugin
 
Join Date: Mar 2015
Posts: 4
Input_Name is on a distinguished road
Default

Thanks, hopefully the last problem, but how would i setup the webpage when the slide is shown.
Reply With Quote
  #6  
Old 03-19-2015, 04:33 AM
JohnWilson JohnWilson is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Do you mean auto load a webpage??

Insert a module (ALT f11, Insert Module) and add this code:

Code:
Sub OnSlideShowPageChange(SW As SlideShowWindow)
If SW.View.CurrentShowPosition = 1 Then 'or whatever slide number
'change target and maybe name of object
SW.View.Slide.Shapes("WebBrowser1").OLEFormat.Object.Navigate ("http://www.pptalchemy.co.uk")
End If
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #7  
Old 03-19-2015, 06:15 AM
Input_Name Input_Name is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 64bit
Novice
Creating a portable powerpoint with plugin
 
Join Date: Mar 2015
Posts: 4
Input_Name is on a distinguished road
Default

Thanks, works perfectly.
Reply With Quote
  #8  
Old 03-19-2015, 06:30 AM
JohnWilson JohnWilson is offline Creating a portable powerpoint with plugin Windows 7 64bit Creating a portable powerpoint with plugin Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Extra tip.

If you try to run on a PC with 2013 there's a good chance it will fail. MSFT decided in its wisdom that scriptable objects (like the web browser) were dangerous and added a killbit which effectively stops it working. If it's YOUR PC you can kill the killbit in the registry but maybe not a great plan if it's someone else's!
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
liveweb, plugin, portable



Similar Threads
Thread Thread Starter Forum Replies Last Post
skype plugin for outlook 2013 iwshim Outlook 0 01-14-2015 10:05 PM
Portable word macro Bala Word VBA 1 05-30-2014 02:47 PM
Need to save QlikOCX Plugin as image while saving the PPT udaya.kumar PowerPoint 0 06-09-2012 11:54 PM
Creating a portable powerpoint with plugin Is there a portable version of MS Project 2007? pstein Project 1 03-26-2012 07:37 AM
Portable universal shortcuts Esgrimidor Word 0 02-23-2011 05:09 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:40 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft