324 Part II Programming Fundamentals
I set the following properties in the project:Object Property Setting
txtNote Multiline
Name
ScrollBarsTrue
txtNote
Vertical
lblNote Text “Type your note and then save it to disk .”
Form1 Text “Quick Note”- Click the Start Debugging button.
- Type the following text, or some text of your own, in the text box:
How to Detect Counterfeit Coins- Drop coins on a hard surface. Genuine coins have a bell-like ring; most
 counterfeit coins sound dull.
- Feel all coins. Most counterfeit coins feel greasy.
- Cut edges of questionable coins. Genuine coins are not easily cut.
When you’re finished, your screen looks similar to this:Tip To paste text from the Clipboard into the text box, press CTRL+V or SHIFT+INSERT.
To copy text from the text box to the Clipboard, select the text, and then press CTRL+C.Now try using the commands on the File menu.