CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    12

    How do i use FindWindow()!!!

    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


  2. #2
    Join Date
    May 1999
    Posts
    40

    Re: How do i use FindWindow()!!!

    Hi!
    See EnumChildWindows (...) documentation.


  3. #3
    Join Date
    May 1999
    Posts
    12

    Re: How do i use FindWindow()!!!

    Could you please give me a sample. I am not able to understand the concept.

    Thanks in advance
    Shridhar


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured