4

In my C# project, I want to create a new custom property for all my dlls and executables and want it to show in the details tab like shown here.

Properties dialog details tab

stuartd
  • 70,509
  • 14
  • 132
  • 163
Asher I
  • 41
  • 2
  • 1
    You can add custom attributes to the assembly info, refer to this link http://stackoverflow.com/questions/1936953/custom-assembly-attributes – warrior Jun 08 '16 at 16:45
  • I tried it but it does not show up in the details tab. I am not sure what I'm missing. – Asher I Jun 08 '16 at 16:51
  • Create you own class that inherits the FileDialog : public class MyDialog : FileDialog – jdweng Jun 08 '16 at 16:54
  • How Windows Forms FileDialog will help show custom properties attributes? I am not sure what do you mean. – Asher I Jun 08 '16 at 17:26
  • @AsherI Elaborate more on what you have done, more code might help us to give you some advice – warrior Jun 09 '16 at 21:52

0 Answers0