How to Modify the Options Panels in Visual Basic 2008

You can change almost everything about how you use your programming environment from the Options dialog box in Visual Basic 2008. Take the time to familiarize yourself with this handy dialog box and set up your environment for just the way you like to work.


You get to the Options dialog box by choosing Tools→Options from the main menu. You navigate through the various options screens using the tree view on the left side. To show the total of all of the options, check the Show All Settings check box in the lower-left corner of the Options dialog box. The following table gives you a rundown of the amazing amount of stuff you can alter from this one spot.































































IDE ElementWhere You Set ItWhat It Does for You
Tab sizesText Editor – All Languages – TabsLets you specify the tab sizes for Visual Basic code (or any
other language in Visual Studio, for that matter)
SQL Parameter PrefixesDatabase Tools – Query and View DesignersWhen Visual Studio creates SQL parameters, it will add these
prefixes to the names to meet with your standards.
Comment TokensEnvironment – Task ListThese are the phrases that you can begin comments with in order
to add them to the task list.
Opening viewHTML Designer – GeneralWhen you open an ASPX or HTML file, you have a choice to see it
in the Designer View or the Code View.
Source control loginSource Control – Plug-in SettingsIf you are using Source Safe, you can set your username
here.
AutoRecover timingEnvironment – AutoRecoverIn case of blackout, you can set how often Visual Studio saves
your code in an AutoRecover file, just like what happens in
Office.
Viewing HelpEnvironment – Help – GeneralIn Visual Studio, the Help is actually a totally separate
application. You can view it inside Visual Studio by changing a
setting here.
VB code optionsProjects and Solutions –VB DefaultsIf you like your code compiled with Option Explicit or Option
Strict by default, you can set it here.
HTML FormattingText Editor – HTML – FormatsIf you don’t like the editor adding the close tag to HTML
elements for you, you can turn that off here.
Startup ActionsEnvironment – StartupYou can set the last project you worked on to load
automatically here, as well as customize the RSS feed that the
Start page uses.
Online HelpEnvironment – Help – OnlineWhen you aren’t connected to the Internet, you may not
want the Help software to check online. You can change the option
here.








dummies

Source:http://www.dummies.com/how-to/content/how-to-modify-the-options-panels-in-visual-basic-2.html

No comments:

Post a Comment