CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: vb bookmarks

  1. #1
    Join Date
    Jun 2001
    Location
    Michigan
    Posts
    2,222

    vb bookmarks

    How can I use bookmarks in visual basic? Where do I set to use them in the options?

    I can see the menu for them in vb5.0, but do not know how I got them there. I can't see them at all in vb6.0

    Thanks
    Kevin

  2. #2
    Join Date
    Aug 2003
    Location
    India
    Posts
    81

    Re: vb bookmarks

    Are u talking about the adding menus in ur VB form? for this case take a look to this thread I have replied to

    http://www.codeguru.com/forum/showthread.php?t=312269

  3. #3
    Join Date
    Jun 2001
    Location
    Michigan
    Posts
    2,222

    Re: vb bookmarks

    No, I simply want to use bookmarks. It is a part of the VB IDE so that you can place a marker (bookmark) at any point in your code and then toggle between those points as you wish... as opposed to scrolling through hundreds of lines of code to remember where you left off.

  4. #4
    Join Date
    Aug 2003
    Location
    India
    Posts
    81

    Red face Re: vb bookmarks

    Thats Quite Simple


    Tools >Options > Editor Format > Scroll down to bookmarks > Edit it and > OK


    To Bookmark

    Select a Line to bookmark > Edit > Bookmark (at the end) > and > Click Toogle Bookmark


    As easy as ABC...

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

Featured