Results 1 to 5 of 5

Thread: Navigating the Form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2013
    Posts
    22

    Navigating the Form

    Hi folks,
    I've written quite a lot of code on Form1, including a subroutine.
    How can I quickly navigate to the subroutine?
    Thanks!

  2. #2

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2013
    Posts
    22

    Re: Navigating the Form

    I'm not sure If I'm doing this right, but I opened up VB6 and started writing a bunch of code. This code included a subroutine. Obviously, I can get to it later by scrolling down the page (actually Project1-Form1(Code)) but thought there would be a quicker way. Hope that makes sense.

  4. #4
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Navigating the Form

    If you are asking about navigating your code in the code window then:

    code window has two dropdown boxes:
    - one on the left (list of all objects added to the form and form itself;
    - and one on the right that has list of all procedures added

    Besides, you may switch between Procedure View and Full Module View by toggling 2 button at bottom left corner.
    Selected view can also be set as default in the Options dialog.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2013
    Posts
    22

    Re: Navigating the Form

    OK, many thanks Rhino - that's the ticket!

    (the right dropdown box was not showing the procedures because the left one was set to a Command, rather than General, but all is well now)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width