My (casual) use of python within Excel has been to register COM servers in
Python and get a handle to a local server out-of-process instance via
CreateObject in Auto_Open. This works fine for me as I have a local admin
account with access to HKEY_CLASSES_ROOT.
I would like Excel users to access
On 26/08/2009 8:21 AM, Arn Vollebregt wrote:
Hi,
I am trying to hook an advise sink into Outlook to receive new email
notifications, but I cannot find any examples on this. I've scraped together
the code below, but that yields an error. Can anybody point me to a working
sample, or provide a quic
Hi,
I am trying to hook an advise sink into Outlook to receive new email
notifications, but I cannot find any examples on this. I've scraped together
the code below, but that yields an error. Can anybody point me to a working
sample, or provide a quick sample of how to imlement this? I've been ban
Tim Roberts schreef:
Ron Arts wrote:
I want to logout the user from a remote session when the desktop is
locked, and log her in again when it is unlocked.
There seem to be various ways of catching these events:
- WTS API
- ISensLogon Interface (SENS)
- Using Service Control Manager (SCM) Notif
Bilokon, Paul wrote:
>
> My apologies as this question is indeed Excel specific though it's
> wide applicability probably merits inclusion here.
>
> Is there any way to determine when a calculation is done in Excel from
> Python over COM, without busy-waiting?
>
> Does anyone have any example
Ron Arts wrote:
>
> I want to logout the user from a remote session when the desktop is
> locked, and log her in again when it is unlocked.
>
> There seem to be various ways of catching these events:
>
> - WTS API
> - ISensLogon Interface (SENS)
> - Using Service Control Manager (SCM) Notifications
Hi,
My apologies as this question is indeed Excel specific though it's wide
applicability probably merits inclusion here.
Is there any way to determine when a calculation is done in Excel from Python
over COM, without busy-waiting?
Does anyone have any examples?
Many thanks,
Paul
Hi,
I want to logout the user from a remote session when the desktop is locked, and
log her in again when it is unlocked.
There seem to be various ways of catching these events:
- WTS API
- ISensLogon Interface (SENS)
- Using Service Control Manager (SCM) Notifications (only for services?)
- W