VB6 Vs VB2005 on IDE Navigation (Integrated Design Environment Navigation)

Last post 09-24-2006 12:39 PM by Jim 555. 3 replies.

Sort Posts:

  • VB6 Vs VB2005 on IDE Navigation (Integrated Design Environment Navigation)

    08-31-2006, 9:44 AM
    • Member
      205 point Member
    • Jim 555
    • Member since 12-04-2005, 5:07 PM
    • San Gabriel (By Los Angeles), California
    • Posts 54

    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.

     

  • Re: VB6 Vs VB2005 on IDE Navigation (Integrated Design Environment Navigation)

    08-31-2006, 2:13 PM
    • Contributor
      2,021 point Contributor
    • hoopslife
    • Member since 12-29-2005, 2:29 PM
    • Fort Myers, FL
    • Posts 394
    Ctrl+K, Ctrl +K will insert a bookmark on the line you are on.  Then press Ctrl-K, Ctrl-N after you went to the definition to go back to that line.
    Never Quit

    Microsoft Certified Solutions Developer

    Blog
  • Re: VB6 Vs VB2005 on IDE Navigation (Integrated Design Environment Navigation)

    09-06-2006, 1:14 PM
    • Participant
      1,680 point Participant
    • samsp
    • Member since 08-08-2002, 5:35 PM
    • Posts 330
    • AspNetTeam

    On the standard toolbar next to undo/redo are two arrow based buttons, these control the navigation history through the document. By default its mapped to Ctrl+(minus) but you can change the keyboard mappings if you want. 

  • Re: VB6 Vs VB2005 on IDE Navigation (Integrated Design Environment Navigation)

    09-24-2006, 12:39 PM
    • Member
      205 point Member
    • Jim 555
    • Member since 12-04-2005, 5:07 PM
    • San Gabriel (By Los Angeles), California
    • Posts 54

    Thank you all for your assistance.

     Jim

Page 1 of 1 (4 items)