CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    1,696

    Extracting Text from a Dialog Window

    How can I extract text from an existing Dialog Window? Its a 3rd party dialog window so I don't have the source code of it. I have to extract text from its Lables and Text box. I think for extracting text from TextBox we can use WM_COPYDATA message (Not sure) But how can I extract text from labels of a dialog Window?
    Last edited by maverick786us; May 15th, 2012 at 12:02 AM.

  2. #2
    Join Date
    Apr 2005
    Posts
    1,696

    Re: Extracting Text from a Dialog Window

    If I am not wrong WM_COPYDATA is used to pass data to another application. What I am trying to achieve is reverse of WM_COPYDATE where I have to extract text data from Labels, TextBoxs, Radiobuttons, Checkboxes and other dialogBox Controls.

  3. #3
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,178

    Re: Extracting Text from a Dialog Window

    Victor Nijegorodov

+ Reply to Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width