Answers

Question and Answer:

  Home  MFC

⟩ How to create a button dynamically?

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.

 211 views

More Questions for you: