19.12.2012 Views

Computer Programming Concepts and Visual Basic David I. Schneider

Computer Programming Concepts and Visual Basic David I. Schneider

Computer Programming Concepts and Visual Basic David I. Schneider

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

420 <strong>Computer</strong> <strong>Programming</strong> <strong>Concepts</strong> <strong>and</strong> <strong>Visual</strong> <strong>Basic</strong><br />

HOW TO: MANAGE WINDOWS<br />

A. Enlarge the active window to fill the entire screen.<br />

1. Click on the Maximize button (page icon; second icon from the right) on the<br />

Title bar of the window.<br />

2. To return the window to its original size, click on the Restore (double-page)<br />

button that has replaced the Maximize button.<br />

B. Move a window.<br />

1. Move the mouse to the title bar of the window.<br />

2. Drag the window to the desired location.<br />

C. Change the size of a window.<br />

1. Move the mouse to the edge of the window which is to be adjusted or to the corner<br />

joining the two edges to be adjusted.<br />

2. When the mouse becomes a double arrow, drag the edge or corner until the window<br />

has the desired size.<br />

D. Close a window.<br />

1. Click on the X button on the far right corner of the title bar.<br />

HOW TO: USE THE PRINTER<br />

A. Obtain a printout of a program.<br />

1. Press Alt/F/P.<br />

2. Press the Enter key.<br />

Note: To print just the text selected as a block or the active (current) window, use<br />

the direction keys to select the desired option.<br />

B. Obtain a printout of the form during run time.<br />

1. Place the statement PrintForm in the Form_Click( ) or other appropriate procedure<br />

of the program which will be executed at the point when the desired output<br />

will be on the form.<br />

HOW TO: USE THE DEBUGGER<br />

A. Stop a program at a specified line.<br />

1. Place the cursor on the desired line.<br />

2. Press F9 or Alt/D/T to highlight the line in red. (This highlighted line is called<br />

a breakpoint. When the program is run it will stop at the breakpoint before executing<br />

the statement.)<br />

Note: To remove this breakpoint, repeat Steps 1 <strong>and</strong> 2.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!