In VB 6, I can navigate to a function by right clicking the function name and select "Definition". When I want to return to my original poistion in the code, I simply right click and select "Last Position". VB6 then returns me to my original position in the code.
In VB 2005, I can navigate to a function by right clicking the function name and select "Go To Definition". However, I could not return to my original position in the code. That is, there doen't appear to be a "Last Position" selection to allow me to return to my original position.
Suggestions would be appreciated.