How to add the "Last Position" button to my toolbar in the VB6 IDE

I have done this before, but I can’t remember how I did it.

I want to have a button on my vb6 IDE toolbar, which returns me to the previous place where I was in the code (in my "story") - an incredibly useful feature.

I have this in my properties menu (right click), but I do not see it in other menus from which I can drag it to the toolbar.

Any ideas?

+3
source share
3 answers

This should do it:

  • In the IDE, right-click on an empty space on yours and select "Configure ..."

  • Select the Command Tab in the Preferences Dialog Box

  • " ".

  • "" , . .

+6

@Jay . :

  • : Ctl + Shift + F2
  • : Shift + F2
+6

In one of the toolbars in sample applications?

0
source

All Articles