|
|
|
At times you'd like to save all the current settings of the Visual Basic environment and restore them afterwards. For example, you may want to alternate between the MDI environment with the code editor using Courier New 12 and the SDI environment with Arial 14. Or you may want to dock a different set of windows, or use different colors for the text highlighted in the code window.
Instead of manually change all these settings any time you run VB, you can use the following trick. Create the VB IDE configuration that meets your requirements, then save it by following this procedure:
run the REGEDIT system utility open the HKEY_CURRENT_USER\Software\Microsoft\VBA\Microsoft Visual Basic key and click over it Export the subtree to a REG file using the Registry | Export Registry File command (ensure that the Selected Branch option is selected). For example you can export to file VBIDE-1.REG open the HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 key and click over it Export the subtree to a REG file using the Registry | Export Registry File command, using a filename different from the one selected at point 3, for example VBIDE-2.REG You now have two REG files that account for most of the Visual Basic IDE settings. When you want to restore this configuration, you just have to double-click on both of them, to have all their contents applied to the registry. If you want to keep everything in one file, you just have to load both files into Notepad, and append the contents of the second file to the first one, after deleting the "REGEDIT 4" string at the beginning of the second file.
For more information see: GetIDESetting, GetVBASetting. |
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|