Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a set of EDITBOXES through

CEdit *m_edit[100]; // in the header//

m_edit->CreateEX(); // in cpp file//

i need to delete the dynamic control after certain iterations..
Posted
Comments
Richard MacCutchan 6-Apr-15 7:49am    
m_edit->DestroyWindow should do it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900