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

Reply via email to