Click to See Complete Forum and Search --> : How do i use FindWindow()!!!


shridhar rao
May 14th, 1999, 07:23 AM
Hi
I have a dialog based application running. The dialog box has an edit control. Now I have to access the edit control of this dialog box in a different application. This application should be in a position to set the text in the first application. How do I do it. I can use FindWindow to get the CWnd handle to the dialog box. After that how do I proceed? Please reply at the earliest

Regards
Shridhar

IVS
May 14th, 1999, 08:41 AM
Hi!
See EnumChildWindows (...) documentation.

shridhar rao
May 17th, 1999, 11:58 PM
Could you please give me a sample. I am not able to understand the concept.

Thanks in advance
Shridhar