views:

15

answers:

0

In Delphi 5, there is a nice tool called "Desktops". You can save different desktops, and it includes the overall IDE window size. So I have a "dual monitor" setting, and a "single monitor" setting. A combo box makes it easy to switch from one or the other.

In VS2008 there is a tool "Export/Import settings", but does not seems to include the size of the IDE itself, only the content. Is there a way to do the same things as in Delphi 5 ?

Tx