CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    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.

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