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

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.04 seconds.

  1. Re: Intercept messages sent to controls on a dialog

    The article clearly says it's not possible to modify the message in the hook.
  2. Re: Intercept messages sent to controls on a dialog

    You definitely don't, considering your code. Please read carefully the article CallWndProc callback function, especially about wParam and lParam precise meanings.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured