Re: Help with Win32::GUI

2012-09-07 Thread Jack
On 07/09/2012 12:48 PM, Barry Brevik wrote: > I am lost with this simple app, and I hope I am posting to the correct > list; the Sourceforge list appears to dead. > > Anyway, the problem is with the event model (I guess). I have 2 fields > and all I want is when the user presses ENTER or TAB in the

Help with Win32::GUI

2012-09-07 Thread Barry Brevik
I am lost with this simple app, and I hope I am posting to the correct list; the Sourceforge list appears to dead. Anyway, the problem is with the event model (I guess). I have 2 fields and all I want is when the user presses ENTER or TAB in the first field, I want to capture the text, and have th

RE: help with Win32

2012-06-04 Thread Steven Manross
Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Barry Brevik Sent: Monday, June 04, 2012 11:20 AM To: perl Win32-users Subject: help with Win32 I have both of the Roth books, but I've come up empty. I ha

RE: help with Win32

2012-06-04 Thread William . Hoopes
nt: Monday, June 04, 2012 2:20 PM To: perl Win32-users Subject: help with Win32 I have both of the Roth books, but I've come up empty. I have a need to determine which client machine a given user (or all users) has logged into the domain from. I'm willing to back into it by starting with

help with Win32

2012-06-04 Thread Barry Brevik
I have both of the Roth books, but I've come up empty. I have a need to determine which client machine a given user (or all users) has logged into the domain from. I'm willing to back into it by starting with all client machines. I'm willing to process all of the machines and users in the domain

RE: Help with Win32::Process::Create()

2011-08-23 Thread Ken Slater
> -Original Message- > From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl- > win32-users-boun...@listserv.activestate.com] On Behalf Of Barry Brevik > Sent: Tuesday, August 23, 2011 2:08 PM > To: perl-win32-users@listserv.ActiveState.com > Subjec

RE: Help with Win32::Process::Create()

2011-08-23 Thread Jan Dubois
On Tue, 23 Aug 2011, Barry Brevik wrote: > > I ALREADY HAVE some code that does this (see below). My question is- is > there a way to periodically poll the outside process to determine if it > is still running? I've tried a few things already and none of them work. if (defined $process) { if

Help with Win32::Process::Create()

2011-08-23 Thread Barry Brevik
I'm working on an app that periodically needs to execute outside procedures. Ideally, I want to launch the outside procedure in "fire and forget" mode; that is, I do not want to wait for the outside process to terminate. I ALREADY HAVE some code that does this (see below). My question is- is there

Need Help with Win32::guitest

2011-02-09 Thread Daniel Burgaud
Hi $id contains the handle to a window that is currently "minimized". I have tried SetActiveWindow($id); SetFocus($id); SetForegroundWindow($id); All did not bring up the window to foreground... What am I doing wrong? Dan ___ Perl-Win32-Users mailing

Re: Help with Win32::Input

2010-02-05 Thread Chris Wagner
I would use Term::ReadKey to to do non blocking reads in this situation. It even accepts drag and drop file names while in the background. At 04:21 PM 2/5/2010 -0800, Barry Brevik wrote: >I am writing an app that continously loops looking for files to appear >in a certain directory, and when the

Help with Win32::Input

2010-02-05 Thread Barry Brevik
I am writing an app that continously loops looking for files to appear in a certain directory, and when they do, it reads those files and does some work with them. ...BUT... ...the app also needs to watch for keystrokes in a non-blocking way. If a key is waiting, it can do something with it and

Re: Help with Win32::ODBC

2007-11-29 Thread Sisyphus
- Original Message - From: "Barry Brevik" <[EMAIL PROTECTED]> To: Sent: Friday, November 30, 2007 11:46 AM Subject: Help with Win32::ODBC >I am using the Win32::ODBC module, and I continually get the following > error message: > > Can't locate auto/

Help with Win32::ODBC

2007-11-29 Thread Barry Brevik
I am using the Win32::ODBC module, and I continually get the following error message: Can't locate auto/Win32/ODBC/GetTypeInfo.al in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at odbcinfo.pl line 58 Indeed, there is no "filename.al" file of any kind on my disk anywhere, which leads m

Re: need help with win32:guitest

2007-07-23 Thread Sisyphus
- Original Message - From: "Daniel Burgaud" <[EMAIL PROTECTED]> . . > I could not find the function that will: > 1. return to me the X,Y coordinate of a window GetWindowRect should provide the screen co-ordinates of the upper left and lower right corners of the window (relative to top l

need help with win32:guitest

2007-07-23 Thread Daniel Burgaud
Hi I need help with Win32 GuiTest. @EXPORT_OK = qw( $debug ClientToScreen FindWindowLike GetChildDepth GetChildWindows GetClassName GetCursorPos GetDesktopWindow

RE: Seeking help with Win32::OLE and tlbinf32 COM library

2006-08-07 Thread Jan Dubois
mark pryor <[EMAIL PROTECTED]> wrote: > Yes, it does not work. Most, if not all of us, have wasted > uncountable amounts of time running into this same brick wall. Back > in Winter-2004 I wrote a small page about it and I have recently > restored it to my site. > > What Active State has done in pla

Re: Seeking help with Win32::OLE and tlbinf32 COM library

2006-08-06 Thread mark pryor
hello, (forwarding to the list)mark pryor <[EMAIL PROTECTED]> wrote: Jamal Mazrui <[EMAIL PROTECTED]> wrote: A Microsoft COM server that provides TypeLib information is distributed in the file named tlbinf32.dll. It is included in various development environments and is available in an installer at

Seeking help with Win32::OLE and tlbinf32 COM library

2006-08-06 Thread Jamal Mazrui
A Microsoft COM server that provides TypeLib information is distributed in the file named tlbinf32.dll. It is included in various development environments and is available in an installer at http://www.lambdasoft.dk/comet/../files/tlbinf32.exe A help file in CHM format is available at the web p

Help with Win32::OLE SAPI5 SPeech Recognition HASH

2005-12-24 Thread Karl Hilts
Hi Folks, My question today has to do with Win32::OLE and SAPI5 speech recognition. This is not a SAPI question but is a Perl question. I believe that I've accomplished my task of capturing speech recognition events but am unable to convert the HASH to text. I'm able to run my code

Re: Help with Win32::API?

2005-05-26 Thread Sisyphus
- Original Message - From: "Matt Clark" <[EMAIL PROTECTED]> To: Sent: Friday, May 27, 2005 7:14 AM Subject: Re: Help with Win32::API? > First hurdle cleared... someone pointed out to me that function names need to be case-sensitive, so DsBrowseForContainerW should

Re: Help with Win32::API?

2005-05-26 Thread Sisyphus
- Original Message - From: "Matt Clark" <[EMAIL PROTECTED]> > > Using $^E, the error I get is "The specified procedure could not be found"... I get that no matter which way I try to load the function (Win32::API->Import, Win32::API->new, new Win32::API, etc). Any other thoughts? > Yep

Re: Help with Win32::API?

2005-05-26 Thread Matt Clark
First hurdle cleared... someone pointed out to me that function names need to be case-sensitive, so DsBrowseForContainerW should work... but now I'm getting a separate error after calling Win32::API->Import on that function... $^E is coming up as "Class already exists". Help? Matt Clark Unit H

Re: Help with Win32::API?

2005-05-26 Thread Matt Clark
I've opened up dsuiext.dll with the DLL Export Viewer and verified that it's DSBrowseForContainerW (or A for ansi but I want unicode). Using $^E, the error I get is "The specified procedure could not be found"... I get that no matter which way I try to load the function (Win32::API->Import, Win

Re: Help with Win32::API?

2005-05-25 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> > > The function is called DsBrowseForContainer() - not as you have written it. > (It matters :-) > I meant DsBrowseForContainerW() - not as *I* have written it. (It possibly also matters :-) Cheers, Rob

Re: Help with Win32::API?

2005-05-25 Thread Sisyphus
- Original Message - From: "Matt Clark" <[EMAIL PROTECTED]> > > Win32::API->Import('dsuiext', 'int DSBrowseForContainerW(LPDSBROWSEINFOW pInfo)'); > print $! . "\n"; > The function is called DsBrowseForContainer() - not as you have written it. (It matters :-) If you use $^E (as recomme

Help with Win32::API?

2005-05-25 Thread Matt Clark
I've just started playing around with Win32::API, and I'm trying to import the "DSBrowseForContainerW" function from dsuiext.dll ( http://msdn.microsoft.com/library/en-us/ad/ad/dsbrowseforcontainer.asp ), but I can't seem to get it working. Can someone tell me what's wrong with the following c

Help With WIN32::API

2002-09-06 Thread Morgan, Steve H.
I am trying out Microsoft's new api set to accessing Terminal Server Information. I want to be able to get a list of the current sessions on remote terminal server boxes. Can anyone help me? I keep getting an overlapped IO error when running this code. I am new to the Win32::API. Here is what I h

Help with Win32::EventLog

2001-05-28 Thread Jaime Teng
hi, Below is my Eventlog script. And I dont know exactly what each of the $hash entry is suppose to be. ### use Win32::EventLog; $hash->{Computer} = $ENV{ComputerName}; $hash->{Source} = "FTP"; $hash->{EventType} = EVENTLOG_ERROR_TYPE; $hash->{Category} = "ACCESS"