Richard Leahy wrote:
> Hi Tim its just a C windows gui application that consists of a edit
> control and a button. I am just trying to write my text string to the
> edit control i can write to the button and i know i have found the
> right control id for the edit control to but for some reason it
Date: Wed, 24 Mar 2010 08:41:16 +0100
> From: "Sylvain Fauveau (apli-agipa)"
> Cc: Python-Win32 List
> Subject: Re: [python-win32] Win API call to display a BMP/PNG file as
>a splash screen for a console app?
> Message-ID: <4ba9c21c.8030...@apli-agipa.com>
> Content-Type: text/plain
On 1:59 PM, pacopyc pacopyc wrote:
Hello, I'm a NT domain system administrator and I'd like develop
simple administration scripts with Python. I'm not expert and then I
need some examples to understand. Initially I must listing all LAN's
PC, for each PC get users and password, change password l
On 25/03/2010 09:18, Clinton Lee Taylor wrote:
I have got most of the Outlook contacts interface working, reading
and writing contacts. The same with the MySQL interface, reading an
writing ...
I am now working on the syncing side of things ... Getting a new
contact, adding into DB, syncing
Greetings ...
Thanks Tim for your reply ...
>> I'm still very new to Python, so please excuss my request ... I have
>> written some very basic Python utils and slowly get my head around
>> Python and com objects in Windows ...
>>
>> I was hoping that I might be able to bug the list for any poi