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

2010-03-24 Thread Sylvain Fauveau (apli-agipa)
Not tested, but : Google: splash screen tkinter = http://code.activestate.com/recipes/534124-elegant-tkinter-splash-screen/ tkinter is included with python. Vernon Cole a écrit : Malcolm: I used to have exactly what you need. Unfortunately, when I checked just now, I find that I failed to

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

2010-03-24 Thread Richard Leahy
Hi guys. I have been struggling with writing a string into an edit control using the windows api calls. What I have noticed is that if i write text to a different control like a button control for example it works. Is there something in place like a security thing that prevents writing to an

[python-win32] Installer crashes on embedded system.

2010-03-24 Thread Bob Cowdery
Hi I've been using the extensions on many machines with no issues. I am now trying to install on an XP embedded touch screen machine and the installer crashes. I know it's virtually no information, but thats all I get. The system is Windows Embedded Standard with Service Pack 3 and made by

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

2010-03-24 Thread Tim Roberts
Richard Leahy wrote: Hi guys. I have been struggling with writing a string into an edit control using the windows api calls. What I have noticed is that if i write text to a different control like a button control for example it works. Is there something in place like a security thing that

[python-win32] administration script

2010-03-24 Thread pacopyc pacopyc
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 local administrator, run shutdown

Re: [python-win32] administration script

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