CLLIEN/TSMC is out of the office.

2005-08-05 Thread cllien
I will be out of the office starting 2005/08/05 and will not return until 2005/08/08. I will respond to your message when I return. If any emergency case, you may call Ywszuma(707-2765) for help. This e-mail communication is co

Re: second try - Win32::ChangeNotify

2005-08-05 Thread Michael Meltzer
solved my problem ! found perl script dirmon.pl at dave roth's site. Thanks again for your advice and to mention dave roth's site. Michael Ñåðãåé ×åðíèåíêî wrote: > hello, Michael, > > Friday, August 05, 2005, 1:07:42 PM, You wrote: > > MM> If I start or stop the service I get the start or stop

RE: creating a browser control

2005-08-05 Thread Peter Guzis
See Win32::GUI::AxWindow at http://rocherl.club.fr/Win32GUI.html. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Octavian Rasnita Sent: Friday, August 05, 2005 5:52 AM To: Perl-Win32-Users@listserv.ActiveState.com Subject: creating a browser control Hi, I

RE: Win32:OLE Excel

2005-08-05 Thread Thomas, Mark - BLS CTR
> Then delete all the sheets that start with "sheet" > > $SheetTabName = $Book-> Worksheets($_)->{Name}; > foreach ( 1...$SheetCnt) > { > $SheetTabName = $Book-> Worksheets($_)->{Name}; > if ( $SheetTabName =~ /^sheet/i ) > { > $Book->Worksheets

Re: second try - Win32::ChangeNotify

2005-08-05 Thread Michael Meltzer
Thank you for your reply. I tryed Win32::Daemon but i don't know how to pause Wait( Infinite ) ? Michael Ñåðãåé ×åðíèåíêî wrote: > hello, Michael, > > Friday, August 05, 2005, 1:07:42 PM, You wrote: > > MM> If I start or stop the service I get the start or stop message by mail > MM> but if I cre

RE: Win32:OLE Excel

2005-08-05 Thread Ross Matt-QMR000
Dave, I attack this a little differently, I allow the excel to create sheet1 sheet2 and sheet3. which I believe are created by default. First create all the sheets that you need by looping around $Sheet = $Book->Worksheets->Add; $Sheet->{Name} = "$NEW_NAME"; Then delete all th

RE: Win32:OLE Excel

2005-08-05 Thread Hsu, David
Removing the () seems to work, but only if I am adding one worksheet. I am using a For Loop to add multiple sheets, but all the other sheets are default named "Sheet2", "Sheet3", etc... So, some more investigation. Thanks, David -Original Message- From: Dave Kazatsky [mailto:[EMAIL PROTEC

creating a browser control

2005-08-05 Thread Octavian Rasnita
Hi, Is it possible to put a browser control on a window created with Win32::GUI? If yes, please give me some ideas how. Thank you. Teddy ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.Activ

RE: Installl CPAN packages without ftp.

2005-08-05 Thread Nicolae.Popovici
-Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 1:28 AM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. - Original Message - From: <[EMAIL PROTECTED]> > > Now,

Win32::GUI::Grid

2005-08-05 Thread Octavian Rasnita
Hi, I am trying to create a grid using Win32::GUI::Grid and I want that the cells to be visible if I use the arrow keys to scroll down the grid. I have tried: $Grid->EnsureCellVisible(10, 0); to make sure the first cell from the 10th row is visible, but it is not if the grid can show only 8 ro

Re: second try - Win32::ChangeNotify

2005-08-05 Thread Сергей Черниенко
hello, Michael, Friday, August 05, 2005, 1:07:42 PM, You wrote: MM> If I start or stop the service I get the start or stop message by mail MM> but if I create or delete a file in the monitored directory I get no MM> message. MM> Why ? MM> Environment: Win2000 (upgrade from NT) SP4 MM> ActiveSt

second try - Win32::ChangeNotify

2005-08-05 Thread Michael Meltzer
This message I posted yesterday but got now answer except some out of office replies. Maybe my Question was not clear. My Question is: why does the script not fire if it runs as service ? With this module I monitor changes in a directory: &mailprot("Moni

OLE Automation of OmniPage 12: Newbie Qs

2005-08-05 Thread Veli-Pekka Tätilä
Hi, This is my first post here. I tried a couple of newsgroups initially but was directed here in stead. I've also got questions about the use of the Clipboard and SAPI4 modules but they'll have to wait for another mail. Anyway, let's get to the gist of the problem: I'm pretty much a newbie a