[perl-win32-gui-users] calling Win32:GUI inside a service

2002-12-16 Thread Lee Hosty
Hi, I hope this isn't seen as Off Topic, but I'm working on a pet project at the moment, whose basic task is to populate my windows signature file with the currently playing song from winamp. I do this already with random quotes, which runs as a windows service (using Win32::Daemon) and writes

Re: [perl-win32-gui-users] calling Win32:GUI inside a service

2002-12-16 Thread Anthony George
Make sure that 'Allow service to interact with desktop' is checked. Otherwise the service can't 'see' the desktop to get the handle.  Anthony George <[EMAIL PROTECTED]> Systems Engineer. Do your technical services need medical attention?  We can help.  EMSTS, LLC.  800-304-8269   231-720-1600

Re: [perl-win32-gui-users] calling Win32:GUI inside a service

2002-12-16 Thread Lee Hosty
Perfect, thanks :) Its now in action at the bottom of this mail. At 10:16 AM 16/12/2002 -0500, Anthony George wrote: Make sure that 'Allow service to interact with desktop' is checked. Otherwise the service can't 'see' the desktop to get the handle. [snip] > though winamp is running. Is ther

[perl-win32-gui-users] Jean-Pierre Van Osselaer/U28993/KB/KredAlm is niet op zijn/haar kantoor.

2002-12-16 Thread jean-pierre . vanosselaer
I will be out of the office starting 16/12/2002 and will not return until 29/12/2002. verlof DISCLAIMER This e-mail and any attached files are confidential and may be legally privileged. If you are not the addressee, any disclosure, reproducti

[perl-win32-gui-users] Win32::GUI from inside a control

2002-12-16 Thread Dave Crawford
Using PerlCtrl I've created an ActiveX Control that I'm seeing some issues with. When I call my control via a VBScript it functions as expected and the DialogBox displays fine. However, when the 3rd party application that I wrote the control for calls the control, the DialogBox never appears. I

Re: [perl-win32-gui-users] Scrollbars on Drop List

2002-12-16 Thread Stephen \"Flame\" Couchman
Yep, that worked, thanks! ~ Steve - Original Message - From: <[EMAIL PROTECTED]> To: "Stephen "Flame" Couchman" <[EMAIL PROTECTED]> Cc: "Win32-GUI Users" ; <[EMAIL PROTECTED]> Sent: Sunday, December 15, 2002 5:48 AM Subject: Re: [perl-win32-gui-users] Scrollbars on Drop List Stephen, S