GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::Display::Win32::OLE(3) User Contributed Perl Documentation HTML::Display::Win32::OLE(3)

HTML::Display::Win32::OLE - use an OLE object to display HTML

  package HTML::Display::Win32::OleControl;
  use parent 'HTML::Display::Win32::OLE';

  sub new {
    my $class = shift;
    $class->SUPER::new( app_string => "FooBrowser.Application", @_ );
    $self;
  };

  my $browser = HTML::Display->new(
    class => 'HTML::Display::Win32::OleControl',
  );
  $browser->display("<html><body><h1>Hello world!</h1></body></html>");

"setup" is a method you can override to provide initial setup of your OLE control. It is called after the control is instantiated for the first time.

This initializes the OLE control and returns it. Only one control is initialized for each object instance. You don't need to store it separately.

Copyright (c) 2004-2007 Max Maischein "<corion@cpan.org>"

This module is released under the same terms as Perl itself.
2013-06-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.