[python-win32] getting the contents of a Control in a window

2005-04-12 Thread Ade
Hi, Just joined the list. I have been using win32 for a couple of years and of cause love Python. I am trying to get the contents of a control in a window, say a TextArea control or a List or a button etc. I can programmatically get the window its in and then the controls handle by

Re: [python-win32] How Can I exec() a statement?

2005-04-12 Thread Tim Roberts
On Mon, 11 Apr 2005 23:59:35 -0300, Gabriel Genellina [EMAIL PROTECTED] wrote: At Thursday 7/4/2005 10:53, * William wrote: For example, I'd like a way to get the symbol name for variable a above. Is there a function like nameOF( a )? Maybe a Python hacker guru could say something, but

[python-win32] Python and Hardwaremanagement

2005-04-12 Thread daniel(1und1)
Dear Experts Im new to Python. Till today I have onlywritten two small programs and tried out some window object functions. Therefore I apologize for any nonsense. My problem is how to take control with Python of my hardware (keyboard, monitor, etc.). I have downloaded the

Re: [python-win32] Python and Hardwaremanagement

2005-04-12 Thread Gabriel Genellina
At Tuesday 12/4/2005 18:45, daniel(1und1) wrote: I'm new to Python. Till today I have only written two small programs and tried out some window object functions. Therefore I apologize for any nonsense. My problem is how to take control with Python of my hardware (keyboard, monitor, etc.). I

Re: [python-win32] getting the contents of a Control in a window

2005-04-12 Thread Tim Roberts
On Tue, 12 Apr 2005 15:07:26 -0400, Daniel F [EMAIL PROTECTED] wrote: have you tried win32gui.GetWindowText(hwnd) ? you may note that the msdn api reference specifies 3 arguments for this function, but pywin32 takes only one, the hwnd. dont know why, but it certainly makes the function much

Re: [python-win32] Python and Hardwaremanagement

2005-04-12 Thread Tim Roberts
On Tue, 12 Apr 2005 23:45:20 +0200, daniel(1und1) [EMAIL PROTECTED] wrote: I'm new to Python. Till today I have only written two small programs and tried out some window object functions. Therefore I apologize for any nonsense. My problem is how to take control with Python of my hardware

RE: [python-win32] Re: LsaAddAccountRights help

2005-04-12 Thread Gustavo Tabares
Title: Message It worked perfectly. Thank you. Gus -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger UpoleSent: Tuesday, April 12, 2005 6:47 PMTo: python-win32@python.orgSubject: [python-win32] Re: LsaAddAccountRights help