VB.Net Environment Preferences

  • Thread starter Thread starter Joachim Hofmann
  • Start date Start date
J

Joachim Hofmann

Hello,

is it possible to save my personal preferences (menus, shortcuts, ...)
to retrieve them on another machine with another VB.Net Environment?

How can I do this?

Thank You

Joachim
 
Try:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1

and other settings are stored in file:

C:\Documents and Settings\<user>\Application Data\Microsoft\VisualStudio\7.1


--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top