RE: WMI problem ?

2005-12-30 Thread Martin, Greg (RTIS)
Have you looked at these? http://support.microsoft.com/default.aspx?scid=kb;EN-US;q282949 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/ impersonating_a_client.asp http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/ IISSdk/html/9a74da49-29c

RE: telnet and other win32 sys utilities

2005-12-30 Thread Mittal, Manish
Shall try the telnet module.I hope it allows me to pass user defined commands once I log in. Thanks. manish -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 6:01 PM To: Mittal, Manish Cc: perl-win32-users@listserv.ActiveState.com Subject:

Re: Win32::OLE to write macro to Excel workbook?

2005-12-30 Thread Lynn. Rickards
Jan Dubois wrote: On Thu, 29 Dec 2005, Lyndon Rickards wrote: I'm looking to add some controls to a workbook, not possible using Spreadsheet::WriteExcel, with which I create the workbook. Advice, pointers anyone? Specifically Activate and deActivate routines to be written to ThisWorkbook and e

RE: Win32::OLE to write macro to Excel workbook?

2005-12-30 Thread Jan Dubois
On Fri, 30 Dec 2005, Lynn. Rickards wrote: > Thanks - that's a whole lot of steps in the right direction, but > brings up the question what is perlCOM? I have the PDK but no sign > there, and all the refs seem to indicate that is where it should be. PerlCOM used to be part of the PDK but has been

Re: Win32::OLE to write macro to Excel workbook?

2005-12-30 Thread Lynn. Rickards
Jan Dubois wrote: On Fri, 30 Dec 2005, Lynn. Rickards wrote: Thanks - that's a whole lot of steps in the right direction, but brings up the question what is perlCOM? I have the PDK but no sign there, and all the refs seem to indicate that is where it should be. PerlCOM used to be part of the

using MS Excel grid

2005-12-30 Thread Octavian Rasnita
Hi, Is it possible to insert an MS Excel grid control in a Win32::GUI application? I know that there is Win32::GUI::Grid control that can be used, but it is not so accessible for screen readers.. Thank you. Teddy ___ Perl-Win32-Users mailing list Per

RE: MS SMTP and MS FTP server information

2005-12-30 Thread Steven Manross
Use an ADSI editor like the IIS 6 Metabase Explorer, ADSVW or others.. The metabase is stored here: IIS://SERVERNAME >From there you can do all sorts of cool stuff... I use it to do some SOX auditing of IIS settings.. Realtime access and every possible setting is exposed via this interface. P