Database Reference
In-Depth Information
a. Set the Name property to btnWriteToFile.
b. Set the Text property to Write To File.
7. Drag a Label control onto the form, and position it below the Label control
named Enter File Write Path. Select this Label control, navigate to the
Properties window, and set the following properties:
a. Set the Name property to lblText.
b. Set the Text property to Enter your Text.
8. Drag a TextBox control next to the Label control named lblText that you just
dragged onto the form. Select this TextBox control, navigate to the Properties
window, and set the following properties:
a. Set the Name property to txtFileText.
b. Set the Multiline property to True.
c. Set the Size property to 301, 60.
9. Drag a Label control onto the form, and position it below the Label control
named lblText. Select this Label control, navigate to the Properties window,
and set the following properties:
a. Set the Name property to lblPathRead.
b. Set the Text property to Enter File Read Path.
Drag a TextBox control next to the Label control named lblPathWrite that you
just dragged onto the form. Select this TextBox control, navigate to the
Properties window, and set the following properties:
a. Set the Name property to txtFileReadPath.
b. Set the Size property to 301, 20.
10. Drag a Button control next to the TextBox control that you just dragged onto
the form. Select this Button control, navigate to the Properties window, and set
the following properties:
a. Set the Name property to btnReadFile.
b. Set the Text property to Read File.
11. Drag a Label control onto the form, and position it below the Label control
named Enter File Read Path. Select this Label control, navigate to the
Properties window, and set the following properties:
a. Set the Name property to lblFileContent.
b. Set the Text property to File Content.
12. Drag a TextBox control next to the Label control named lblText that you just
dragged onto the form. Select this TextBox control, navigate to the Properties
window, and set the following properties:
a. Set the Name property to txtFileContent.
Search WWH ::




Custom Search