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

2010-04-06 Thread lin_2008
Yellow stone diesel parts plant is one of the leading manufacturers of engine parts, in particular diesel fuel injection system accessories for replacement, such as Fuel injection Nozzle, Plunger and Delivery valve, ETC In south of china . for more detail please visit our website : www.yell

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

2010-03-25 Thread Tim Roberts
Richard Leahy wrote: > Hi Tim its just a C windows gui application that consists of a edit > control and a button. I am just trying to write my text string to the > edit control i can write to the button and i know i have found the > right control id for the edit control to but for some reason it

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] 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 ed