• 0

C++ Question... how to call an event when an edit control changes


Question

Here in the program I have, when IDC_BUY is clicked the function OnBuy executes

ON_BN_CLICKED(IDC_BUY, OnBuy)

I created an edit control called IDC_STOCK

What do I put in the BEGIN MESSAGE MAP to have a function execute when there is a change in the edit box

?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.