[Tutor] Reg: How to read string from a static text box from a GUI made in VC++

2014-02-28 Thread Shweta Kaushik

Hi,

I am writing a script to automate GUI which is designed in VC++. How to read 
strings from a static box using python(pywinauton).
Can you provide function details?

Thanks  Regards,
Shweta Kaushik
HCL Technologies Ltd.
Mob: +91 9500042351
Extn: 51904



::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.


inline: image001.jpg___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Reg: How to read string from a static text box from a GUI made in VC++

2014-02-28 Thread Alan Gauld

On 28/02/14 11:41, Shweta Kaushik wrote:

Hi,

I am writing a script to automate GUI which is designed in VC++. How to
read strings from a static box using python(pywinauton).


That's a bit off topic for this list, we focus on core Python
language and standard library issues.

You could try using the ctypes library module to access
the Win32API directly or even pythonwin if you have a
COM Object to access.

However, the Python Windows mailing list might be a more
pertinent list to ask.

HTH
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor