In C++ project changing the "Configuration Type" property from "Application" to "Static Library" value causes that the list of pages in "Property Pages" window is refreshed (Librarian tool appears instead
of Linker tool). I want to implement similar behavior for my custom project. I have own property pages and my Configuration object implements ISpecifyPropertyPages::GetPages() method where list of pages depends on "Project Type" property, but
I cannot find a way to invoke the refreshing of this list (to force VS to re-call "GetPages" and display new list of tools). How to do this?
↧