Re: Path Name Specification

2002-01-12 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > (new user) I have Windows XP home edition as my operating system > download of perl stuff went o.k., installation seemed to go o.k. using > the perl installation wizard > > clicked on RUN, typed command.com to get a command window, in that window I > typed the comman

Path Name Specification

2002-01-12 Thread XIeLevin
(new user) I have Windows XP home edition as my operating system download of  perl stuff went o.k., installation seemed to go o.k. using the perl installation wizard clicked on RUN, typed command.com to get a command window, in that window I typed the command    perl test1.pl    (where test1.pl w

Re: Win32-GUI documentation

2002-01-12 Thread Marcus
On 13.01.02 at 00:46 Vilius Gaidelis wrote: >I install Win32::GUI with VPM on Win2000: >I can not find any documentation or tutorial about this >module. Somebody knows where can I find it? Goto Sourceforge. The documentation should be on the Win32::GUI homepage. Btw, the version at ActiveState w

Re: Win32-GUI documentation

2002-01-12 Thread Sisyphus
- Original Message - From: "Vilius Gaidelis" <[EMAIL PROTECTED]> I can not find any documentation or tutorial about this module. Somebody knows where can I find it? Vilius Gaidelis -- Hi Vilius, The source from cpan contains html documentation

Re: Win32-GUI documentation

2002-01-12 Thread Vilius Gaidelis
Thank You. - Original Message - From: "Johan Lindstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 12:02 AM Subject: Re: Win32-GUI documentation > At 00:46 2002-01-13 +0100, Vilius Gaidelis wrote: > >I can not find any documentation or tutorial about t

Re: Win32-GUI documentation

2002-01-12 Thread Johan Lindstrom
At 00:46 2002-01-13 +0100, Vilius Gaidelis wrote: >I can not find any documentation or tutorial about this >module. Somebody knows where can I find it? Haha, didn't see that coming :) http://www.jeb.ca/faq/Win32-GUI-FAQ.html Also, make sure you download the source distribution as well, there ar

Win32-GUI documentation

2002-01-12 Thread Vilius Gaidelis
I install Win32::GUI with VPM on Win2000:   = Installing D:\Perl\site\lib\auto\Win32\GUI\GUI.bs Installing D:\Perl\site\lib\auto\Win32\GUI\GUI.dll Installing D:\Perl\site\lib\auto\Win32\GUI\GUI.exp Installing D:\Perl\site\lib\auto\Win32\G

Re: Choose a DIRECTORY through win32 GUI

2002-01-12 Thread Johan Lindstrom
At 19:04 2002-01-12 +0100, [EMAIL PROTECTED] wrote: >I would like to have a way to choose a directory (not a file, a >directory !) through a nice win32 gui. Until here, I've been proposed : What you want is "BrowseForFolder". Look it up in the help files or post again, possible to the Win32::GUI

Choose a DIRECTORY through win32 GUI

2002-01-12 Thread bioman
I've already asked that question, but I don't think I expressed myself correctly (maybe normal, since I'm French ;-) ). I would like to have a way to choose a directory (not a file, a directory !) through a nice win32 gui. Until here, I've been proposed : use Win32::GUI; my $directory="."; m

Re: Win32::API - separate thread

2002-01-12 Thread dolljunkie
Sorry for the delay... I'm not sure if 3rd party DLLs are any different than MS DLLs to Win32::API, assuming it's in your path... But, here's an example of printing out midi device capabilities with Win32::API and Winmm.dll (although, it's pretty straight-forward, once you understand what data s

Win32::OLE error

2002-01-12 Thread [EMAIL PROTECTED]
I haven't could do this works... When I run it from the web server, invoked Windows Installer and When I cancel it, get this error message: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Can't create word obje

RE: Changing the name of a sub item under a tree view list

2002-01-12 Thread Abhra Debroy
Hello James Thank you for our interest. My problem is as followed ; I have an application WinRunner which is used for Test case automation. It record all the GUI Object of the application in GUI Map ( in a tree view structure) which actually store details property of all object under a partic