how can we find whether a codepane is opened
-
Hi, I have a project which contains 3 modules say A, B, C. By double clicking on each module consecutively I opened them in the codepane. Now A's codepane is under B's codepane and B's codepane is under c's codepane. How can I Know whether codepane A is opened. I have a scenario like this in which i want to know whether a codepane is opened. Is there any API function . Please can u help to ressolve the issue. Thanks in advance.
-
Hi, I have a project which contains 3 modules say A, B, C. By double clicking on each module consecutively I opened them in the codepane. Now A's codepane is under B's codepane and B's codepane is under c's codepane. How can I Know whether codepane A is opened. I have a scenario like this in which i want to know whether a codepane is opened. Is there any API function . Please can u help to ressolve the issue. Thanks in advance.
What is a codepane ?
Christian Graus - Microsoft MVP - C++ "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 )
-
What is a codepane ?
Christian Graus - Microsoft MVP - C++ "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 )
A pane contained in a code window that is used for entering and editing code.