How to enable internet explorer's "Disable script debugging option" thru code?
-
Hi 1. How to enable internet explorer's "Disable script debugging option" thru code? Is there any API which will do this operation, if so, Please give me some example code 2. Also I am doing design document update for my code, I am in need of putting class diagram and class description. I could able to create class diagram from VS studio, but i am not able generate class descriptions (like variable_name type modifier description) for all the variables,properties and functions. I can able to see those details by right click on the class diagram and class view details, but it is not allowing me to copy all the details at a time. But i am able to copy one at a time. Is there any simple way to get all class description as like as shown in class details window. (I am working in C#). so that i can copy and paste it in the document. ( i very much required this, because i have 100s of classes and its variables ) sry 2nd is repeated qn., where nobody replied for that :( Thanks srini
-
Hi 1. How to enable internet explorer's "Disable script debugging option" thru code? Is there any API which will do this operation, if so, Please give me some example code 2. Also I am doing design document update for my code, I am in need of putting class diagram and class description. I could able to create class diagram from VS studio, but i am not able generate class descriptions (like variable_name type modifier description) for all the variables,properties and functions. I can able to see those details by right click on the class diagram and class view details, but it is not allowing me to copy all the details at a time. But i am able to copy one at a time. Is there any simple way to get all class description as like as shown in class details window. (I am working in C#). so that i can copy and paste it in the document. ( i very much required this, because i have 100s of classes and its variables ) sry 2nd is repeated qn., where nobody replied for that :( Thanks srini
1 - Do you mean C# code, in a client side app, or javascript through a web app ? The former may be possible.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
1 - Do you mean C# code, in a client side app, or javascript through a web app ? The former may be possible.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )