Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Message forwarding....

Message forwarding....

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestionc++cssdata-structures
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dobrzan
    wrote on last edited by
    #1

    Hi everyone, I can't find any solution for my problem. I have application based on MFC App. The Doc/View architecture is off. After creating main frame I create main view window. Main view window creates two child windows (top part modeless dialog, and bottom part MSFlexGrid). The main part is top dialog since there will many others dialogs created and deleted dynamicaly. Grid is read only. There is a basic toolbar and Edit menu. The question is that how to enable (write?) message handling to pass cut, copy and paste to dialog. So picking (if enabled; now update command does not work so it is disabled) a copy from menu will copy text from dialof edit control and paste will paste data into control (which has focus). I think this can be done by enabling correct message passing.. So it will be similar to doc/view mechanism. I tried with OnCmdMsg but I stuck on stack overflow. I'm asking for help since I can't figure out any particular category to search in. Thanks for any help. regards, slawek Slawek

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups