How to find the origin of a variable or function in a large visual base project

I have a large visual base project with 50 forms and many modules. When I open the form, I find that some of the variables / functions used in this form are not created there. Then how can I find out where it is written first, without going through all the codes.

Thank.

+3
source share
5 answers

Open the project in the IDE. Find the appearance of the variable of interest, function, etc., Right-click and select "Definition". That should keep you busy.

+8
source

Goto SHIFT + F2 - , . , , " MZ" " Ransack" . MZ Tools, VB6, , .. , .

MZ Tools , , .

+6

Shift + F2 .

+1

, , . global.bas( .bas) , .

.bas . "", .cls VB6, . API Win32 ...

0
source

This may be helpful for you . From what I can find, VS does not have a project search function. If I'm misinformed, and there really is one, use this instead.

-1
source

All Articles