How to create a button dynamically?

Submitted by: Administrator
1. Create a Object from CButton control. CButton m_ctlButton
2. m_ctlButton.Create("OK",ES_CHILD|ES_VISIBLE,CRect(0,0,100,100),CWnd*
pParentWnd,MB_OK);

with this we can create the button by dynamically.
Submitted by: Administrator

Read Online Microsoft Foundation Class (MFC) Job Interview Questions And Answers