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

Alan Gauld alan.gauld at btinternet.com
Fri Feb 28 14:28:30 CET 2014


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



More information about the Tutor mailing list