CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.29 seconds.

  1. Re: Wondering how can we know the content of a dialogbox

    Please don't miss the link I provided in my previous message.
  2. Re: Wondering how can we know the content of a dialogbox

    And I think it does. Otherwise I would not recommend it.

    The way is to enumerate children controls and find out their window class names. You seem need to learn the subject more detailed.
    ...
  3. Re: Wondering how can we know the content of a dialogbox

    EnumChildWindows might help you in case the dialog box is a true dialog box, i.e. a window of class "#32770". Otherwise there's no any guarantee you even be provided with a way for enumerating items.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured