Code window

Code window

    We can display the Code window in either of two ways:
    • By clicking View Code in the Project window
    (or)
    • By clicking the View menu Code command.
    Form Layout Window:
    The Form Layout window is a visual design tool.
    we can arrange the forms -dragging the miniature form to the desired location.
    Form Layout Window
    Immediate window
    • The Immediate window is used at design time to debug and evaluate expressions, execute statements, print variable values, and so forth.
    • It allows you to enter expressions to be evaluated or executed by the development language during debugging.
    • To display the Immediate window, open a project for editing, then choose Windows from the Debug menu and select Immediate.
    • You can use this window to issue individual Visual Studio commands.
    • The available commands include EvaluateStatement, which can be used to assign values to variables

Last modified: Thursday, 5 January 2012, 10:09 PM