>I have never used sendkeys, but if you can use it to pass control keys,
try sending a -J. I've >tried that sequence manually and it works, so
if sendkeys can send control keys it should work.
"anything" produces the windows default sound.
It's not working the way the other windows do becau
[EMAIL PROTECTED] wrote:
> Hello all,
>
> I am looking to loop through an HTML file line by line and write out the
> contents of the line minus any image tags to another file. (This is to create
> PDA friendly versions of our webpages). I usually use something like this to
> remove certain cha
On Thu, 1 Aug 2002, Mendez, Richard wrote:
> Greetings...
>
> Hello, friends. Can someone point me in the right direction regarding
> dialing a modem and connecting to an ISP using Perl? Once connected I know
> exactly what to do with the FTP server! I've just never worked with a modem
> and w
On Thu, 1 Aug 2002 [EMAIL PROTECTED] wrote:
> Hi all,
> Is there a module available for converting an HTML document that contains
> plain text (no links, images, etc) to a text file.
>
I don't know of a _module_ that does the complete job.
HTML::TokeParser can "suck" the text out of an HTML
docu
On Thu, 1 Aug 2002, Lewis, Chris wrote:
> When trying to compile my script I get the error below, although I have the
> Date::Calc module in my @INC path... Any ideas? Thanks...
>
> C:\perl\code\eventmon>perl eventwatch.pl
> Can't locate loadable object for module Date::Calc in @INC (@INC conta
Hello all,
I am looking to loop through an HTML file line by line and write out the
contents of the line minus any image tags to another file. (This is to create
PDA friendly versions of our webpages). I usually use something like this to
remove certain characters (like in this case any " char
I have an Outlook Public address list that I want to update through Perl.
Eventually it will get a list of users from a database, but for now I'm just trying to
get the constructs down. I can access the list and print it's members, but I get the
following when I try to add I get...
Result of ad
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Michael D. Smith
> Sent: Thursday, August 01, 2002 12:38 PM
> To: [EMAIL PROTECTED]
> Subject: Sendkeys and strange program behavior
>
>
>
> I've been using sendkeys to start some username/password pr
-start-
> "Mendez, Richard" <[EMAIL PROTECTED]>
>at08/01/02 02:29 PM
>Greetings...
>Hello, friends. Can someone point me in the right direction regarding
dialing a modem and connecting to an ISP using Perl? Once connected I
know exactly what to do with the FTP server! I've just never
Greetings,
Well, its working, but i had to use Image::Magick to convert the
.jpg to a .bmp.
Thanks everyone!
-Lenny
[EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysub
Rick Lindal wrote:
> Is there a module available for converting an HTML document that
contains
> plain text (no links, images, etc) to a text file.
There are several. You should be able to do this, even if there
are plenty of other HTML elements on the page. The following
[UNTESTED] one-liner
Title: RE: Module question
I've never used it, but I believe module HTML::Parser does what you're looking to do.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 15:09
> To: [EMAIL PROTECTED]
> Subject: Module question
>
>
What do you mean? Just strip out the tags? If so, try the following:
perl -pi -e 's/<[^>]+>//g' yourfile.html
The above one liner should strip out all , but you may also want to
add a tr/// to fix escaped HTML characters.
Or maybe Pod-HTML2Pod on CPAN to change it to Pod (not quite Plain text
Hi all,
Is there a module available for converting an HTML document that contains
plain text (no links, images, etc) to a text file.
Thanks in advance for your help
--Rick
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://lists
I think when you "set as background" an image from within Internet Explorer,
part of what (the OS|IE) does is convert it to a .bmp first and then store
it in the system folder (I think). Maybe it's simpler for the operating
system to not have to de-crunch a .jpg.
I can't believe I'm accusing M
Actually, Active Desktop is on.
I can set it manually, to a JPG just not programatically.
-Lenny
-Original Message-
From: Adam Frielink [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 2:36 PM
To: Story, Lenny; [EMAIL PROTECTED]
Subject: RE: Changing the Windows Background NT
>
> It seems that If the image type is .BMP it works fine.
> But if its a .JPG it doesn't.
>
> Joy.
The JPG would work if you turn on the 'Active Desktop'
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveStat
It seems that If the image type is .BMP it works fine.
But if its a .JPG it doesn't.
Joy.
-Lenny
-Original Message-
From: Story, Lenny [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 1:54 PM
To: Fernando Madruga; [EMAIL PROTECTED]
Subject: RE: Changing the Windows Background
> The registry is not getting updated. My guess is that the SystemInfo
call is failing...
I'll give it a try later at home and will let you know what happened.
Bye,
Fernando Madruga
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe:
- Actually im running it manually at the moment...
but i want to be running it automatically.
- I have admin privs on this machine..
- The registry is not getting updated. My guess
is that the SystemInfo call is failing...
-Lenny
-Original Message-
From: Fernando Madruga [mailto:[EM
Try AutoIt (http://www.hiddensoft.com/AutoIt/), great product that works
very well. You may be able to do what you need with just its scripting
language (compilable into exe's). If not and you need more programmatic
control, I've had good luck using win32::API with the AutoItDLL
ex:
use Win32
AutoIt might be more what you're looking for, or you could certainly control it from
perl. Search on google for it.
hth, jamie
>-Original Message-
>From: Fernando Madruga [mailto:[EMAIL PROTECTED]]
>Sent: 01 August 2002 18:36
>To: [EMAIL PROTECTED]
>Subject: RE: Sendkeys and strange prog
> I am trying to automatically change the background on a Windows NT4.0
machine, The code im using is below, it seems to execute fine, however,
the background does not change.
> Does any one have any ideas regarding this ?
Just this: are you running the script with a logged on user, or running
> Does anyone know how to "sendkeys" a mouse click?
Nope. And you'll have to use something different.
You may, however, be able to TAB into the button control, maybe it's
just not focused...
HTH,
Fernando Madruga
___
Perl-Win32-Users mailing list
24 matches
Mail list logo