By Neeraj Kumar on Monday, 14 May 2018
Posted in C# Development
Likes 0
Views 1.6K
Votes 0
Hi,
I am trying to create a macro to open Project property window. I am using below code. then I am getting message box with message as "Cannot run macro!". Attached error message also.




PropertiesDialog dialog = myApplication.Dialogs.CreatePropertiesDialog();
dialog.ShowDialog();



Is any other way to open property Window of Project through code?

Thanks
Neeraj
View Full Post