开发者

How to add "Last Position" button to my tool bar in VB6 IDE

I did this before but can't remember how the heck I did it.

I want to have a button on my vb6 IDE toolbar that takes 开发者_如何学JAVAme back to the previous place I was in the code (in my "history) -- an incredibly useful feature.

I have it in my properties (right-click) menu but don't see it in the other menus from which I could drag it to the Toolbar.

Any ideas?


This should do it:

  1. In the IDE right click an empty spot on your menu and select Customize...

  2. Select the Command tab in the Customize dialog

  3. Select View from the Categories list.

  4. On the Commands list you should see an item called Last Position. Drag this item to a toolbar.


@Jay's answer is right on. There are also handy shortcut keys for this feature and the related Definition feature:

  • Last Position: Ctl + Shift + F2
  • Definition: Shift + F2


In one of the toolbars in the sample applications?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜