⟩ 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.
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.
Tell me is it possible to share a view across multiple controllers?
Tell me where is the route mapping code written?
What is Node.js?
Explain Node.js Architecture?
What tools and IDEs are used for Node.js?
How to get started with Node.js?
Is Node.js on multi-core machines?
Tell me what is the purpose of Node.js module.exports and how do you use it?
Do you know how to get POST query in express node.js?
Tell me how to use underscore.js as a template engine?