Re: [python-win32] help writing text to a windows edit control

2010-03-25 Thread Tim Roberts
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

Re: [python-win32] Win API call to display a BMP/PNG file as a splash screen for a console app?

2010-03-25 Thread Tony Cappellini
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

Re: [python-win32] administration script

2010-03-25 Thread Mike Driscoll
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

Re: [python-win32] OT: Syncing routes ...

2010-03-25 Thread Tim Golden
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

Re: [python-win32] OT: Syncing routes ...

2010-03-25 Thread Clinton Lee Taylor
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