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

Search:

Type: Posts; User: odiezgz

Search: Search took 0.02 seconds.

  1. Re: CDockablePane messages in MFC document/view architecture (good programming practi

    I was about to implement the code when I thought about the following:
    What would happen if while ON_COMMAND_EX is propagating through all windows with CDocument pointing to the object to modify,...
  2. Re: CDockablePane messages in MFC document/view architecture (good programming practi

    Hello Arjay and thank you for your help.
    Its the first time that i post a question in a forum and is being gratifying to see that professional programmers spend a bit of your free time to help...
  3. Re: CDockablePane messages in MFC document/view architecture (good programming practi

    First at all, thanks for the reply Igor,
    on the ON_COMMAND_EX the most interesting part is that command will be routed to any window that handles it but the inconvenient is that ON_COMMAND_EX take a...
  4. CDockablePane messages in MFC document/view architecture (good programming practices)

    I am developing a small MFC program, and I'm obsessed with good programming practices.
    I would like to know how to manage messages between windows in SDI application in the right way on a document /...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured