Win32::InternetExplorer::Window

Regards

Marty

----- Original Message -----
From: "Tillman, James" <[EMAIL PROTECTED]>
To: "'Martin Moss'" <[EMAIL PROTECTED]>; "Jack" <[EMAIL PROTECTED]>;
"Perl-Win32-Users" <[EMAIL PROTECTED]>
Sent: Wednesday, June 26, 2002 12:40 PM
Subject: RE: Perl TK question


> Marty:  What's the IE embedding module for Tk?  Do you remember?  I'd be
> really interested in seeing that!
>
> jpt
>
> > -----Original Message-----
> > From: Martin Moss [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 26, 2002 7:32 AM
> > To: Jack; Perl-Win32-Users
> > Subject: Re: Perl TK question
> >
> >
> > You could always launch an external browser? use Win32::Process
> > With the url entered in the text box.
> > there is also a set of modules around which allow you to
> > embed an internet
> > explorer browser in your app -it wasn't quite fully working
> > when I last
> > looked at it 8 months ago though:-(
> >
> > Marty
> > ----- Original Message -----
> > From: "Jack" <[EMAIL PROTECTED]>
> > To: "Perl-Win32-Users" <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 26, 2002 5:36 AM
> > Subject: Re: Perl TK question
> >
> >
> > > ----- Original Message -----
> > > From: "Kevin" <[EMAIL PROTECTED]>
> > > To: "Perl-Win32-Users" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, June 25, 2002 1:08 PM
> > > Subject: Perl TK question
> > >
> > >
> > > > I basically need to develop a small application that will
> > have a textbox
> > to
> > > > enter a URL which will be loaded in a browser component
> > inside of the
> > > > application (IE component - can I use activeX?). When
> > minimized, the
> > > > application will run on the system tray.
> > > >
> > > > Is this possible with Perl/TK?
> > >
> > > Not without a lot of hassle ! I don't know much about
> > Win32::GUI - but I
> > would
> > > suggest it is the better route this time around. There is no 'true'
> > browser like
> > > features in any Tk module that I know of. There was one
> > written by Nick
> > > Ing-Simmons(I think back in 1999). I have not used it - but
> > it only had
> > the
> > > basics.
> > >
> > > A bonus with using Win32::GUI is the notifyicon (aka
> > systray) stuff is
> > built in
> > > (although to have it 'removed' from the taskbar ?still
> > might take some
> > > Win32::API magic?).
> > >
> > > Jack
> > > _______________________________________________
> > > Perl-Win32-Users mailing list
> > > [EMAIL PROTECTED]
> > > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> > >
> >
> > _______________________________________________
> > Perl-Win32-Users mailing list
> > [EMAIL PROTECTED]
> > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> >
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to