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

Search:

Type: Posts; User: skoutso

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    11,608

    Re: WM_CUT & WM_PASTE Messages in Dialog Box

    To VictorN

    I was trying to find a way "to avoid" writing too much and messing with the code for something that might be simple.

    To ovidiocucu

    I agree. It's better to map messages (a VictorN...
  2. Replies
    6
    Views
    11,608

    Re: WM_CUT & WM_PASTE Messages in Dialog Box

    Many thanks for your reply,

    I understand that I have to create a CEdit class for each one of the edit controls? Is that right?
    Isn't there any way to avoid this?
  3. Replies
    6
    Views
    11,608

    WM_CUT & WM_PASTE Messages in Dialog Box

    Hi all,

    I have a CDialog derived class that contains a number of Edit controls. Dialog is modal.
    I want to capture the WM_CUT, WM_CLEAR, WM_PASTE Messages to anyone of the edit controls and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured