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
Printable View
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
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
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.
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...