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.
Asked
Active
Viewed 1,241 times
4
-
1You 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