NotSoSmartGuy Posted February 6, 2010 Share Posted February 6, 2010 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 More sharing options...
0 hdood Posted February 6, 2010 Share Posted February 6, 2010 This is not a C++ question. It is a Microsoft Foundation Class (MFC) question. MFC is a library that wraps the native windowing/GUI framework. Now that we know this, we can go look at the MFC documentation. Link to comment Share on other sites More sharing options...
Question
NotSoSmartGuy
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