> Hi,
> can anyone help me ?
> I have from time to time an opened window with the text: xxxxxxxxxxx -
> Application Error.
> I can see this window as the highest before I logon myself and if I am
> announced. 
> In the process-list (with TLIST.exe) is this e.g: 45 CSRSS.exe
> xxxxxxxxxxx - Application Error
> The workaround for this problem is: close the window (press Ok button   or
> close with x button [this is tested with SendMessage]).
> I need a script that can do it with  ActivePerl Build 509.
> if I run my script as an user is all ok.
> if I run my script as an AT-Command
> - I can't see the open window by GetDesktopWindow   GetNextWindow
> - I can't see the text in TLIST : 45 CSRSS.exe
> - I can't find the window with FindWindow
> 
> I think that I can help me with GetGUIThreadInfo, however, this a
> structure
> needs 
> GUITHREADINFO
> typedef struct tagGUITHREADINFO {
>     DWORD cbSize;
>     DWORD flags;
>     HWND hwndActive;
>     HWND hwndFocus;
>     HWND hwndCapture;
>     HWND hwndMenuOwner;
>     HWND hwndMoveSize;
>     HWND hwndCaret;
>     RECT rcCaret;
> } GUITHREADINFO, *PGUITHREADINFO;
> in this structure is a pointer on another structure
> typedef struct _RECT { 
>   LONG left; 
>   LONG top; 
>   LONG right; 
>   LONG bottom; 
> } RECT, *PRECT; 
> 
> how can I do this in perl ???????????????????????????????
>       
> thanks
> 
> 
> Mit freundlichen Gr�ssen
> 
> Joachim G�rner
> 
> Information Technology Systemintegration (ITS)
> ADAC e.V., Am Westpark 8, 81373 M�nchen
> Tel.: (089) 76 76 27 83 Fax: (089) 76 76 34 22
> mailto:[EMAIL PROTECTED]
> www.adac.de
> 
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Reply via email to