In this page you will find out answers and explanations to common problems mentioned by users.

ProjEx window is a "tool-window" which cannot be (at least not yet) transformed in a classic MDI-child window and thus it will not work adequate regarding the ZOrder. So, for best results, you are strongly adviced to use the SDI development environment (point to Tools/Options menu, then choose the "Advanced" tab; you can switch to the SDI mode by marking the "SDI Development Environment" check-box).

When you go to a variable/constant/API-declaration, the reached position will not be exact. The cause is the use of one or more continuation characters (the underscore) somewhere in the "General" section of that component. A line is counted as one single logical line, no matter how many phyisical lines you used. This problem is not encountered for the rest of the members (subs/functions/etc.).