Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching a variable origin from a large Visual basic 6 Project.

Status
Not open for further replies.

arocon

Programmer
Apr 24, 2012
1
0
0
US
I have a large visual basic 6 project with 30 forms and many modules and class. My question is if i open a form i found some variable and function is not from opened form. Then how can i find out that variable or module come from which form?
 
arocon,

Welcome to tek-tips. forum222 is dedicated to pre- .NET Visual Basic versions; you'll probably get a better response if you post your question there.
 

If you have [tt]Option Explicit[/tt] (and you should), just place a cursor in the name of your variables (or procedure) and hit Shift-F2 (Ctrl-Shift-F2 gets you back where you were)



Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top