Click to See Complete Forum and Search --> : how to delete class int the classwizard


yang
April 20th, 1999, 10:51 AM
I got a problem here, and I tried to add two new buttons into the existing dialog box, and I accidently created a new class in the classwizard instead of using the existing class. How I can delete the class, and put those new button into the existing class ? Please help me out.

Allen Y
April 20th, 1999, 11:41 AM
You can try to delete the CLW file from your project. Then use ClassWizard to rescan the project and rebuild the CLW file for your project. After rebuild, you can open resource editor and insert those new buttons to existing class. Hope this will help. Good luck.

Allen