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

Search:

Type: Posts; User: hippiechic

Search: Search took 0.03 seconds.

  1. Re: Prevent VK_RETURN from being processed in subclassed edit control.

    guestgulkan from cplusplus.com forums wrote:

    I tried your code and it does do as you say - so I thought the edit box
    might still be recieving the WM_CHAR with carriage return - so I did this:

    ...
  2. Prevent VK_RETURN from being processed in subclassed edit control.

    I have subclassed an Edit control for the purpose of detecting the enter key being pressed then calling a function accordingly. All that part seems to work just fine so far. The problem I am having...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured