1

I have created a custom project in project explorer. I have various folders in the project explorer and also images in one of the folder. I want to create my own property page and want to customize the same on clicking any resource in the project explorer. I have gone through all possible articles on web but not able to solve the problem. Can anyone please help me or provide me some code to create my own property page. Thanks

2 Answers2

2

You can contribute a workbench property page by following this documentation.

Francis Upton IV
  • 19,322
  • 3
  • 53
  • 57
0

This tutorial seems to have a nice overview on creating a tabbed properties page. Is this something that you are looking for?

nbz
  • 3,806
  • 3
  • 28
  • 56
  • This is different than the properties page when you select the project and do right-click `Properties` and it gives you the properties dialog, which is I think what he wants. What the tabbed properties are about is the properties *view* which is different. – Francis Upton IV Jan 21 '12 at 19:03
  • Yes, then your answer would be the one he wants – nbz Jan 25 '12 at 15:35