how to add existing item in solution explorer programtically.
Collapse
X
-
The solution and project files are human readable XML. You should be able to read it into an XmlNode object and insert a new node with the information you want, then save the file.Leave a comment:
-
how to add existing item in solution explorer programtically.
Respected Sir,
I would like to know that, Is it possible to add existing item like folders in the Visual Studio 2008 solution explorer using C# dynamically?Tags: None
Leave a comment: