How to find origin of a variable or function in a large visual basic project
vb6
Solution
Open the project in the IDE. Find an occurrence of the variable, function, etc. of interest, right-click and choose Definition. This should take you there.
Problem
I have large visual basic 6 project with 50 forms and many modules. When i open a form i found some variables/functions used in that form is not originated there. Then how can i find out where it is first written without going through all codes. Thank you.