RE: How to change properties of IE 6.0
- From: tjohnson@xxxxxxxxxxxx (Timothy Johnson)
- Date: Wed, 29 Mar 2006 11:32:52 -0800
You'll probably find a lot of examples on the Internet and a lot of
technical documentation from Microsoft at http://msdn.microsoft.com
using Visual Basic and VBScript. You can easily convert most of these
to Perl using the Win32::OLE module.
Alternately, most of these settings can also be changed via the
Registry. The Win32::TieRegistry module works great for this.
Do a search in the archives for a recent message from me on using
Win32::OLE. I tried to cover as many of the bases as I could in a short
message. If you run into any trouble using those modules, let us know.
Actual COM automation and IE tweaking advice is a little OT.
-----Original Message-----
From: a b [mailto:testabhi@xxxxxxxxx]
Sent: Tuesday, March 28, 2006 8:42 PM
To: beginners@xxxxxxxx
Subject: How to change properties of IE 6.0
Hello all perl gurus,
i want to know how we can change the properties of browser through perl
for example :- setting internet options/ home page, disable script
debugging, display messages etc
please let me know how to proceed with this sort of program through perl
any tutorial link will also be helpful
Waiting for a great healp !!
Thanks
a b
.
- Prev by Date: Re: huge file : parsing problem
- Next by Date: Re: Whimsical Question
- Previous by thread: How to change properties of IE 6.0
- Next by thread: Combine similar patterns
- Index(es):
Relevant Pages
|