Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i working in a c# windows application project its is 80% done by other people
now i'am on the project i want to delete unused forms from the project.
i don't know which form is using o not please help me


Regards
Mehaboob
Posted

1 solution

If I had any doubt about a Form not being used, I'd never delete it !

I don't think you have any real choice but to search your entire code-base carefully and only when you can find not references to a given Form delete it. And, I'd suggest you document what you remove carefully, and archive anything removed in secure storage for future reference.
 
Share this answer
 
Comments
mohsen_popo 29-Aug-16 12:33pm    
thanks for your answer...
I do not want it and I want to delete files

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