CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: URGENT

  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    URGENT

    Dear All,
    I am converting an existing presentation in PowerPoint to a CBT. How can I Package it so that it runs where PPT is Not installed.
    I am including MSPPT90.OLB with the package but at runtime it says that 'ActiveX Compnonet cannot create object'
    Eagerly waiting for your reply...



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: URGENT

    If you are using a reference to PowerPoint in your project you need to make sure that PowerPoint is installed on the destination machine (that's the whole idea of a reference). If the users don't have PowerPoint then you'll have to convert the presentation to a different format and display it that way (D/HTML would be my recommendation - a lot of work, but it should be relatively easy to build some kind of template framework).


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: URGENT

    THanks,But how exactly do I start converting it to DHTML.
    By the way what is the best way to udertake such a Project

    Eagerly waiting for your response...



  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: URGENT

    I noticed in PowerPoint that it has an option to 'Save to HTML' - I've never used PowerPoint before, but I'd imagine that's where you would start. Then either compile the HTML pages that it creates into a help-file, or write a vb program using the WebBrowser control or just view the pages with IE.

    I'd use DHTML to implement some of the 'wizzy' effects that powerpoints can give you (although this isn't to be taken lightly - DHTML varies between browsers and is a *big* subject).



    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  5. #5
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: URGENT

    Thanks For the Reply,Chris but I think I have got it.TYhere is an Option of 'Pack & Go' in PPT. I have used it.It is a mini Package & Deployment Wizard. Its setup is working fine.THere are some technical hitches but I think I will overcome these.
    Thanks again for your help
    ...


  6. #6
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: URGENT

    Is that a small program that will run PPT files then ? I remember there being something out there for this kind of deployment (can't seem to stay awake when I look at powerpoint - too many meetings

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured