Re: [perl-win32-gui-users] hostname

2003-10-27 Thread Harlan Carvey
Win32::NodeName(); --- Sudha Natarajan <[EMAIL PROTECTED]> wrote: > How do I find the hostname of the system querying > from a PERL script ? > gethostbyname needs some argument, I'm looking for > getting this information > from any system from where I will running this. > > Many thanks in advan

Re: FW: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-27 Thread Harlan Carvey
- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://productguide.itmanagersjournal.com/ > __

Re: FW: [perl-win32-gui-users] Website - Code snippets gallery

2004-11-28 Thread Harlan Carvey
can, since > threading is generally > weak in early versions. Win32::gui seems fine with > threads since I've been > able to create C threads (via an xs module) which > were able to fire events > in the GUI via windows SendMessages. > > Cheers, > > jez.

RE: [perl-win32-gui-users] running another program

2006-03-30 Thread Harlan Carvey
4&bid=241720&dat=121642 > ___ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ > -- Harlan Carvey, CISSP "Windows Forensics and Incident Recovery" http://www.windows-ir.com http://windowsir.blogspot.com --

[perl-win32-gui-users] Win32::GUI v1.05 issue

2006-11-08 Thread Harlan Carvey
e = ".$dumpfile); } else { $status->Text("No dump file selected."); } } sub Load_Click { my $ret = Win32::GUI::GetOpenFileName( -title => "Load Profile", -file => "\0" . " " x 256, -filter => [

Re: [perl-win32-gui-users] Win32::GUI v1.05 issue

2006-11-08 Thread Harlan Carvey
Uwe, > the example works for me without any warnings or > errors. > - WinXP SP2 (German) > - ActivePerl 5.8.7 > - Win32::GUI 1.05 Thanks. I'm using XP SP2 (english), Perl 5.8.8 build 819 from ActiveState. ---------- Harlan Carvey, CISS

Re: [perl-win32-gui-users] Is there any book or a complete tutorial for Win32::GUI ????

2006-12-01 Thread Harlan Carvey
ot something working. I know it's a huge endeavor to write documentation, but there are ways to provide examples that perclude full-out docs. Post the code to perlmonks or to Dave Roth's forum, or post it yourself and send in a link. Harlan ------