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. How do I respond to a dynamically added button?

How do I respond to a dynamically added button?

Scheduled Pinned Locked Moved C / C++ / MFC
questiontutorial
2 Posts 2 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.
  • T Offline
    T Offline
    Tommy H D Svensson
    wrote on last edited by
    #1

    Hi, I've created a button dynamically but I only know how to respond to the button by assigning a handler using the wizard, but how do I go about it now?! /Tommy

    C 1 Reply Last reply
    0
    • T Tommy H D Svensson

      Hi, I've created a button dynamically but I only know how to respond to the button by assigning a handler using the wizard, but how do I go about it now?! /Tommy

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      WM_COMMAND will recieve a BN_CLICKED message which includes the ID of the button and so on. I've been doing it in Win32, but I'm sure you can override WM_COMMAND in MFC, or otherwise do it through PreTranslateMessage otherwise ( the last resort ;0) Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.

      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